Greasy Fork

H3C SNA Center Plugion

完善SNA Cente显示的一些BUG

目前为 2021-12-20 提交的版本。查看 最新版本

// ==UserScript==
// @name         H3C SNA Center Plugion
// @namespace    http://www.h3c.com/
// @version      0.1
// @description  完善SNA Cente显示的一些BUG
// @author       储伟杰
// @include        /portal/#/campus/provision/inventory/device-resource/main/physical-device
// @grant        none
// @license MIT
// ==/UserScript==

(function() {
    'use strict';
    alert('hello world');
})();