完善SNA Cente显示上的一些产品特性
当前为
// ==UserScript==
// @name H3C SNA Center Plugion
// @namespace https://greasyfork.org/scripts/437336-h3c-sna-center-plugion/
// @version 0.7
// @description 完善SNA Cente显示上的一些产品特性
// @author 储伟杰
// @match https://100.4.0.241:10443/portal/#/campus/provision/inventory/device-resource/main/physical-device
// @grant none
// @license MIT
// ==/UserScript==
(function() {
'use strict';
alert("Hello World!");
})();