完善SNA Cente显示的一些BUG
当前为
// ==UserScript==
// @name H3C SNA Center Plugion
// @namespace http://www.h3c.com/
// @version 0.5
// @description 完善SNA Cente显示的一些BUG
// @author 储伟杰
// @match */portal/#/campus/provision/inventory/device-resource/main/physical-device
// @grant none
// @license MIT
// ==/UserScript==
(function() {
'use strict';
alert("Hello World!");
})();