upload the gso gui seed code
authorj00302280 <j00101220@huawei.com>
Mon, 15 Aug 2016 07:10:41 +0000 (15:10 +0800)
committerj00302280 <j00101220@huawei.com>
Mon, 15 Aug 2016 07:10:41 +0000 (15:10 +0800)
commit86aeea2edb0dac0e049ec75ab6616e8d19e16e22
tree9cc5c815ad440e96cd31021a9f19b1df090f8570
parent8c940f2ab540e62c139498c16596bd306eac60b4
upload the gso gui seed code

Change-Id: I7b91cadaf817d2c92280f9ff702a7ca679fa41eb
Signed-off-by: j00302280 <j00101220@huawei.com>
1607 files changed:
nsoc-iui/pom.xml [new file with mode: 0644]
nsoc-iui/src/main/resources/webroot/nsoc/csarPackage.html [new file with mode: 0644]
nsoc-iui/src/main/resources/webroot/nsoc/css/datatable-sort.css [new file with mode: 0644]
nsoc-iui/src/main/resources/webroot/nsoc/css/fileupload.css [new file with mode: 0644]
nsoc-iui/src/main/resources/webroot/nsoc/css/hostMirror.css [new file with mode: 0644]
nsoc-iui/src/main/resources/webroot/nsoc/css/package.css [new file with mode: 0644]
nsoc-iui/src/main/resources/webroot/nsoc/css/platform/animate.min.css [new file with mode: 0644]
nsoc-iui/src/main/resources/webroot/nsoc/css/platform/skill.css [new file with mode: 0644]
nsoc-iui/src/main/resources/webroot/nsoc/css/software.css [new file with mode: 0644]
nsoc-iui/src/main/resources/webroot/nsoc/css/template.css [new file with mode: 0644]
nsoc-iui/src/main/resources/webroot/nsoc/css/templateDetail.css [new file with mode: 0644]
nsoc-iui/src/main/resources/webroot/nsoc/css/topology.css [new file with mode: 0644]
nsoc-iui/src/main/resources/webroot/nsoc/css/virtualApplication.css [new file with mode: 0644]
nsoc-iui/src/main/resources/webroot/nsoc/css/vnfm.css [new file with mode: 0644]
nsoc-iui/src/main/resources/webroot/nsoc/hostMirror.html [new file with mode: 0644]
nsoc-iui/src/main/resources/webroot/nsoc/i18n/nfv-nso-iui-i18n-en-US.properties [new file with mode: 0644]
nsoc-iui/src/main/resources/webroot/nsoc/i18n/nfv-nso-iui-i18n-zh-CN.properties [new file with mode: 0644]
nsoc-iui/src/main/resources/webroot/nsoc/images/down.png [new file with mode: 0644]
nsoc-iui/src/main/resources/webroot/nsoc/images/pointes_blue.png [new file with mode: 0644]
nsoc-iui/src/main/resources/webroot/nsoc/images/pointes_green.png [new file with mode: 0644]
nsoc-iui/src/main/resources/webroot/nsoc/images/sort_asc.png [new file with mode: 0644]
nsoc-iui/src/main/resources/webroot/nsoc/images/sort_asc_disabled.png [new file with mode: 0644]
nsoc-iui/src/main/resources/webroot/nsoc/images/sort_both.png [new file with mode: 0644]
nsoc-iui/src/main/resources/webroot/nsoc/images/sort_desc.png [new file with mode: 0644]
nsoc-iui/src/main/resources/webroot/nsoc/images/sort_desc_disabled.png [new file with mode: 0644]
nsoc-iui/src/main/resources/webroot/nsoc/images/up.png [new file with mode: 0644]
nsoc-iui/src/main/resources/webroot/nsoc/js/component/commonUtil.js [new file with mode: 0644]
nsoc-iui/src/main/resources/webroot/nsoc/js/component/loadi18n_nsoc.js [new file with mode: 0644]
nsoc-iui/src/main/resources/webroot/nsoc/js/component/serverPageTable.js [new file with mode: 0644]
nsoc-iui/src/main/resources/webroot/nsoc/js/hostMirror/hmController.js [new file with mode: 0644]
nsoc-iui/src/main/resources/webroot/nsoc/js/hostMirror/hmUtil.js [new file with mode: 0644]
nsoc-iui/src/main/resources/webroot/nsoc/js/hostMirror/host-validate.js [new file with mode: 0644]
nsoc-iui/src/main/resources/webroot/nsoc/js/package/pmController.js [new file with mode: 0644]
nsoc-iui/src/main/resources/webroot/nsoc/js/package/pmUtil.js [new file with mode: 0644]
nsoc-iui/src/main/resources/webroot/nsoc/js/softwareMirror/smController.js [new file with mode: 0644]
nsoc-iui/src/main/resources/webroot/nsoc/js/softwareMirror/smUtil.js [new file with mode: 0644]
nsoc-iui/src/main/resources/webroot/nsoc/js/template/tmController.js [new file with mode: 0644]
nsoc-iui/src/main/resources/webroot/nsoc/js/template/tmDetailController.js [new file with mode: 0644]
nsoc-iui/src/main/resources/webroot/nsoc/js/template/tmDetailUtil.js [new file with mode: 0644]
nsoc-iui/src/main/resources/webroot/nsoc/js/template/tmUtil.js [new file with mode: 0644]
nsoc-iui/src/main/resources/webroot/nsoc/js/template/topoUtil.js [new file with mode: 0644]
nsoc-iui/src/main/resources/webroot/nsoc/js/virtualApplication/validate.js [new file with mode: 0644]
nsoc-iui/src/main/resources/webroot/nsoc/js/virtualApplication/vmAppController.js [new file with mode: 0644]
nsoc-iui/src/main/resources/webroot/nsoc/js/virtualApplication/vmAppDetailController.js [new file with mode: 0644]
nsoc-iui/src/main/resources/webroot/nsoc/js/virtualApplication/vmAppDetailUtil.js [new file with mode: 0644]
nsoc-iui/src/main/resources/webroot/nsoc/js/virtualApplication/vmAppUtil.js [new file with mode: 0644]
nsoc-iui/src/main/resources/webroot/nsoc/js/vnfm/vnfm-validate.js [new file with mode: 0644]
nsoc-iui/src/main/resources/webroot/nsoc/js/vnfm/vnfmController.js [new file with mode: 0644]
nsoc-iui/src/main/resources/webroot/nsoc/js/vnfm/vnfmUtil.js [new file with mode: 0644]
nsoc-iui/src/main/resources/webroot/nsoc/softwareMirror.html [new file with mode: 0644]
nsoc-iui/src/main/resources/webroot/nsoc/template.html [new file with mode: 0644]
nsoc-iui/src/main/resources/webroot/nsoc/templateDetail.html [new file with mode: 0644]
nsoc-iui/src/main/resources/webroot/nsoc/topology.html [new file with mode: 0644]
nsoc-iui/src/main/resources/webroot/nsoc/virtualApplication.html [new file with mode: 0644]
nsoc-iui/src/main/resources/webroot/nsoc/virtualApplicationDetail.html [new file with mode: 0644]
nsoc-iui/src/main/resources/webroot/nsoc/virtualApplicationScale.html [new file with mode: 0644]
nsoc-iui/src/main/resources/webroot/nsoc/vnfmView.html [new file with mode: 0644]
openoiui-standlone/pom.xml [new file with mode: 0644]
openoiui-standlone/src/main/assembly/run.bat [new file with mode: 0644]
openoiui-standlone/src/main/assembly/run.sh [new file with mode: 0644]
openoiui-standlone/src/main/assembly/stop.bat [new file with mode: 0644]
openoiui-standlone/src/main/assembly/stop.sh [new file with mode: 0644]
openoiui-standlone/src/main/assembly/webroot/component/openotopo/openotopo.js [new file with mode: 0644]
openoiui-standlone/src/main/assembly/webroot/component/openotopo/openotopo.min.js [new file with mode: 0644]
openoiui-standlone/src/main/assembly/webroot/framework/hsif/openo-nsoc/i18n/loadi18n-openo-nsoc.js [new file with mode: 0644]
openoiui-standlone/src/main/assembly/webroot/framework/hsif/openo-nsoc/i18n/openo-nsoc-i18n-en-US.properties [new file with mode: 0644]
openoiui-standlone/src/main/assembly/webroot/framework/hsif/openo-nsoc/i18n/openo-nsoc-i18n-zh-CN.properties [new file with mode: 0644]
openoiui-standlone/src/main/assembly/webroot/framework/hsif/openo-roc/i18n/loadi18n-openo-roc.js [new file with mode: 0644]
openoiui-standlone/src/main/assembly/webroot/framework/hsif/openo-roc/i18n/openo-roc-i18n-en-US.properties [new file with mode: 0644]
openoiui-standlone/src/main/assembly/webroot/framework/hsif/openo-roc/i18n/openo-roc-i18n-zh-CN.properties [new file with mode: 0644]
openoiui-standlone/src/main/assembly/webroot/framework/hsif/openo-umc/i18n/loadi18n-openo-umc.js [new file with mode: 0644]
openoiui-standlone/src/main/assembly/webroot/framework/hsif/openo-umc/i18n/openo-umc-i18n-en-US.properties [new file with mode: 0644]
openoiui-standlone/src/main/assembly/webroot/framework/hsif/openo-umc/i18n/openo-umc-i18n-zh-CN.properties [new file with mode: 0644]
openoiui-standlone/src/main/assembly/webroot/framework/i18n/web-framework-integration-i18n-en-US.properties [new file with mode: 0644]
openoiui-standlone/src/main/assembly/webroot/framework/i18n/web-framework-integration-i18n-zh-CN.properties [new file with mode: 0644]
openoiui-standlone/src/main/assembly/webroot/framework/i18n/web-portal-login-integration-i18n-en-US.properties [new file with mode: 0644]
openoiui-standlone/src/main/assembly/webroot/framework/i18n/web-portal-login-integration-i18n-zh-CN.properties [new file with mode: 0644]
openoiui-standlone/src/main/assembly/webroot/framework/img/integration/logo.png [new file with mode: 0644]
openoiui-standlone/src/main/assembly/webroot/framework/img/integration/netnumenLogo.png [new file with mode: 0644]
openoiui-standlone/src/main/assembly/webroot/framework/img/integration/zte_logo_16.gif [new file with mode: 0644]
openoiui-standlone/src/main/assembly/webroot/framework/img/integration/zte_logo_white.png [new file with mode: 0644]
openoiui-standlone/src/main/assembly/webroot/framework/img/integration/ztelogo.png [new file with mode: 0644]
openoiui-standlone/src/main/assembly/webroot/framework/js/core/const.js [new file with mode: 0644]
openoiui-standlone/src/main/assembly/webroot/framework/json/main-page.json [new file with mode: 0644]
openoiui-standlone/src/main/assembly/webroot/framework/login.html [new file with mode: 0644]
openoiui-standlone/src/main/assembly/webroot/framework/menus/main_Fmegabar.html [new file with mode: 0644]
openoiui-standlone/src/main/assembly/webroot/framework/menus/main_Fsiderbar.html [new file with mode: 0644]
openoiui-standlone/src/main/assembly/webroot/framework/menus/main_siderbar.html [new file with mode: 0644]
openoiui-standlone/src/main/assembly/webroot/framework/menus/readme.txt [new file with mode: 0644]
pom.xml [new file with mode: 0644]
roc-iui/pom.xml [new file with mode: 0644]
roc-iui/src/main/resources/webroot/roc-rs-view/css/res.css [new file with mode: 0644]
roc-iui/src/main/resources/webroot/roc-rs-view/i18n/loadi18nApp_ngict-rs_view.js [new file with mode: 0644]
roc-iui/src/main/resources/webroot/roc-rs-view/i18n/roc-rs-view-iui-i18n-en-US.properties [new file with mode: 0644]
roc-iui/src/main/resources/webroot/roc-rs-view/i18n/roc-rs-view-iui-i18n-zh-CN.properties [new file with mode: 0644]
roc-iui/src/main/resources/webroot/roc-rs-view/images/down.png [new file with mode: 0644]
roc-iui/src/main/resources/webroot/roc-rs-view/images/up.png [new file with mode: 0644]
roc-iui/src/main/resources/webroot/roc-rs-view/js/resController.js [new file with mode: 0644]
roc-iui/src/main/resources/webroot/roc-rs-view/js/resUtil.js [new file with mode: 0644]
roc-iui/src/main/resources/webroot/roc-rs-view/resView.html [new file with mode: 0644]
roc-iui/src/main/resources/webroot/roc-sdn/css/sdn.css [new file with mode: 0644]
roc-iui/src/main/resources/webroot/roc-sdn/i18n/loadi18nApp.js [new file with mode: 0644]
roc-iui/src/main/resources/webroot/roc-sdn/i18n/roc-sdn-iui-i18n-en-US.properties [new file with mode: 0644]
roc-iui/src/main/resources/webroot/roc-sdn/i18n/roc-sdn-iui-i18n-zh-CN.properties [new file with mode: 0644]
roc-iui/src/main/resources/webroot/roc-sdn/js/sdn-validate.js [new file with mode: 0644]
roc-iui/src/main/resources/webroot/roc-sdn/js/sdnController.js [new file with mode: 0644]
roc-iui/src/main/resources/webroot/roc-sdn/js/sdnUtil.js [new file with mode: 0644]
roc-iui/src/main/resources/webroot/roc-sdn/sdnView.html [new file with mode: 0644]
roc-iui/src/main/resources/webroot/roc-vim/css/animate.min.css [new file with mode: 0644]
roc-iui/src/main/resources/webroot/roc-vim/css/bootstrap.css [new file with mode: 0644]
roc-iui/src/main/resources/webroot/roc-vim/css/skill.css [new file with mode: 0644]
roc-iui/src/main/resources/webroot/roc-vim/css/vim.css [new file with mode: 0644]
roc-iui/src/main/resources/webroot/roc-vim/css/vimChart.css [new file with mode: 0644]
roc-iui/src/main/resources/webroot/roc-vim/i18n/loadi18nApp.js [new file with mode: 0644]
roc-iui/src/main/resources/webroot/roc-vim/i18n/roc-vim-iui-i18n-en-US.properties [new file with mode: 0644]
roc-iui/src/main/resources/webroot/roc-vim/i18n/roc-vim-iui-i18n-zh-CN.properties [new file with mode: 0644]
roc-iui/src/main/resources/webroot/roc-vim/js/client-cometd.js [new file with mode: 0644]
roc-iui/src/main/resources/webroot/roc-vim/js/jqBootstrapValidation.js [new file with mode: 0644]
roc-iui/src/main/resources/webroot/roc-vim/js/vim-validate.js [new file with mode: 0644]
roc-iui/src/main/resources/webroot/roc-vim/js/vimChart.js [new file with mode: 0644]
roc-iui/src/main/resources/webroot/roc-vim/js/vimChartController.js [new file with mode: 0644]
roc-iui/src/main/resources/webroot/roc-vim/js/vimController.js [new file with mode: 0644]
roc-iui/src/main/resources/webroot/roc-vim/js/vimUtil.js [new file with mode: 0644]
roc-iui/src/main/resources/webroot/roc-vim/vimChart.html [new file with mode: 0644]
roc-iui/src/main/resources/webroot/roc-vim/vimView.html [new file with mode: 0644]
uiframe-iui/pom.xml [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/css/ZteIctIcons/Read Me.txt [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/css/ZteIctIcons/demo-files/demo.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/css/ZteIctIcons/demo-files/demo.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/css/ZteIctIcons/demo.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/css/ZteIctIcons/fonts/ZteIctIcons.eot [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/css/ZteIctIcons/fonts/ZteIctIcons.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/css/ZteIctIcons/fonts/ZteIctIcons.ttf [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/css/ZteIctIcons/fonts/ZteIctIcons.woff [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/css/ZteIctIcons/selection.json [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/css/ZteIctIcons/style.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/css/component.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/backstretch/jquery.backstretch.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/bootbox/LICENSE.md [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/bootbox/README.md [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/bootbox/bootbox.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/bootstrap-hover-dropdown/LICENSE [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/bootstrap-hover-dropdown/README.md [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/bootstrap-hover-dropdown/bootstrap-hover-dropdown.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/bootstrap-hover-dropdown/bootstrap-hover-dropdown.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/bootstrap/css/bootstrap-dt.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/bootstrap/css/bootstrap.min.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/bootstrap/fonts/glyphicons-halflings-regular.eot [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/bootstrap/fonts/glyphicons-halflings-regular.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/bootstrap/fonts/glyphicons-halflings-regular.ttf [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/bootstrap/fonts/glyphicons-halflings-regular.woff [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/bootstrap/fonts/glyphicons-halflings-regular.woff2 [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/bootstrap/js/bootstrap.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/bootstrap/js/bootstrap.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/bootstrap/js/bootstrap2-typeahead.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/cometd/cometd.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/cometd/cometd/AckExtension.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/cometd/cometd/ReloadExtension.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/cometd/cometd/TimeStampExtension.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/cometd/cometd/TimeSyncExtension.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/cometd/jquery/jquery.cometd-ack.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/cometd/jquery/jquery.cometd-reload.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/cometd/jquery/jquery.cometd-timestamp.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/cometd/jquery/jquery.cometd-timesync.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/cometd/jquery/jquery.cometd.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/data-tables/images/loading-spinner-grey.gif [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/data-tables/images/sort_asc.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/data-tables/images/sort_both.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/data-tables/images/sort_desc.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/data-tables/jquery.dataTables.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/data-tables/jquery.dataTables.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/fakeLoader/fakeLoader.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/fakeLoader/fakeLoader.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/font-awesome/css/font-awesome.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/font-awesome/css/font-awesome.min.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/font-awesome/fonts/FontAwesome.otf [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/font-awesome/fonts/fontawesome-webfont.eot [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/font-awesome/fonts/fontawesome-webfont.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/font-awesome/fonts/fontawesome-webfont.ttf [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/font-awesome/fonts/fontawesome-webfont.woff [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/font-awesome/less/bordered-pulled.less [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/font-awesome/less/core.less [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/font-awesome/less/fixed-width.less [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/font-awesome/less/font-awesome.less [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/font-awesome/less/icons.less [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/font-awesome/less/larger.less [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/font-awesome/less/list.less [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/font-awesome/less/mixins.less [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/font-awesome/less/path.less [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/font-awesome/less/rotated-flipped.less [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/font-awesome/less/spinning.less [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/font-awesome/less/stacked.less [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/font-awesome/less/variables.less [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/font-awesome/scss/_bordered-pulled.scss [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/font-awesome/scss/_core.scss [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/font-awesome/scss/_fixed-width.scss [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/font-awesome/scss/_icons.scss [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/font-awesome/scss/_larger.scss [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/font-awesome/scss/_list.scss [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/font-awesome/scss/_mixins.scss [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/font-awesome/scss/_path.scss [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/font-awesome/scss/_rotated-flipped.scss [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/font-awesome/scss/_spinning.scss [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/font-awesome/scss/_stacked.scss [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/font-awesome/scss/_variables.scss [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/font-awesome/scss/font-awesome.scss [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/freewall/freewall.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-blockui/jquery.blockui.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-cokie/jquery.cokie.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/README.md [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/dist/additional-methods.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/dist/additional-methods.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/dist/jquery.validate.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/dist/jquery.validate.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/additional-methods.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/additional-methods.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/jquery.validate.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/jquery.validate.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_ar.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_ar.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_bg.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_bg.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_ca.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_ca.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_cs.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_cs.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_da.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_da.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_de.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_de.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_el.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_el.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_es.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_es.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_es_AR.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_es_AR.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_et.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_et.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_eu.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_eu.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_fa.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_fa.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_fi.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_fi.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_fr.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_fr.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_gl.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_gl.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_he.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_he.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_hr.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_hr.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_hu.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_hu.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_id.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_id.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_is.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_is.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_it.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_it.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_ja.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_ja.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_ka.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_ka.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_kk.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_kk.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_ko.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_ko.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_lt.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_lt.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_lv.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_lv.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_my.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_my.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_nl.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_nl.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_no.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_no.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_pl.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_pl.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_pt_BR.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_pt_BR.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_pt_PT.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_pt_PT.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_ro.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_ro.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_ru.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_ru.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_si.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_si.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_sk.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_sk.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_sl.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_sl.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_sr.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_sr.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_sr_lat.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_sr_lat.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_sv.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_sv.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_th.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_th.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_tj.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_tj.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_tr.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_tr.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_uk.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_uk.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_vi.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_vi.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_zh.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_zh.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_zh_TW.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/messages_zh_TW.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/methods_de.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/methods_de.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/methods_es_CL.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/methods_es_CL.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/methods_fi.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/methods_fi.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/methods_nl.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/methods_nl.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/methods_pt.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery-validation/js/localization/methods_pt.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery.i18n/jquery.i18n.properties-1.0.9.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery/jquery-1.10.2.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery/jquery-1.11.2.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery/jquery-1.11.2.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery/jquery-1.11.2.min.map [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery/jquery-1.4.4.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery/jquery-2.1.3.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery/jquery-2.1.3.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery/jquery-2.1.3.min.map [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery/jquery-migrate-1.2.1.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery/jquery-migrate-1.2.1.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/jquery/jquery.reveal.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/select2/select2-custom.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/select2/select2.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/select2/select2.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/uniform/README.md [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/uniform/css/uniform.default.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/uniform/css/uniform.default.min.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/uniform/css/uniform.default.scss [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/uniform/images/bg-input-focus.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/uniform/images/bg-input.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/uniform/images/sprite.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/uniform/images/sprite_original.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/uniform/jquery.uniform.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/component/thirdparty/uniform/jquery.uniform.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/about.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/appRes/i18n/readme.txt [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/appRes/img/readme.txt [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/appRes/js/custom-const.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/appRes/js/custom.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/changepwd.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/css/animate.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/css/animate.css.gz [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/css/changepwd-apk.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/css/changepwd.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/css/custom_default.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/css/login-apk.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/css/login.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/css/more-operation.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/css/ngict-component.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/css/plugins.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/css/plugins.css.gz [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/css/print.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/css/print.css.gz [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/css/style-custom.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/css/style-custom.css.gz [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/css/style-ict-bootstrap.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/css/style-ict.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/css/style-responsive.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/css/style.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/css/themes/black.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/css/themes/black.css.gz [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/css/themes/black_ifrm.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/css/themes/black_ifrm.css.gz [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/css/themes/blue.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/css/themes/blue.css.gz [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/css/themes/blue_ifrm.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/css/themes/blue_ifrm.css.gz [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/css/themes/brown.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/css/themes/brown.css.gz [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/css/themes/brown_ifrm.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/css/themes/brown_ifrm.css.gz [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/css/themes/grey.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/css/themes/grey.css.gz [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/css/themes/grey_ifrm.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/css/themes/grey_ifrm.css.gz [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/css/themes/light.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/css/themes/light.css.gz [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/css/themes/light_ifrm.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/css/themes/light_ifrm.css.gz [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/css/themes/purple.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/css/themes/purple.css.gz [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/css/themes/purple_ifrm.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/css/themes/purple_ifrm.css.gz [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/css/themes/zteblue.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/css/themes/zteblue.css.gz [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/css/themes/zteblue_ifrm.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/css/themes/zteblue_ifrm.css.gz [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/css/themes/ztebluelight.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/css/themes/ztebluelight.css.gz [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/css/themes/ztebluelight2.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/css/themes/ztebluelight2.css.gz [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/css/themes/ztebluelight2_ifrm.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/css/themes/ztebluelight2_ifrm.css.gz [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/css/themes/ztebluelight3.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/css/themes/ztebluelight3.css.gz [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/css/themes/ztebluelight3_ifrm.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/css/themes/ztebluelight3_ifrm.css.gz [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/css/themes/ztebluelight4.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/css/themes/ztebluelight4.css.gz [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/css/themes/ztebluelight4_ifrm.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/css/themes/ztebluelight4_ifrm.css.gz [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/css/themes/ztebluelight_ifrm.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/css/themes/ztebluelight_ifrm.css.gz [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/css/zte-style.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/default.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/i18n/web-framework-i18n-en-US.properties [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/i18n/web-framework-i18n-zh-CN.properties [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/i18n/web-framework-integration-i18n-en-US.properties [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/i18n/web-framework-integration-i18n-zh-CN.properties [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/i18n/web-portal-login-i18n-en-US.properties [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/i18n/web-portal-login-i18n-zh-CN.properties [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/i18n/web-portal-login-integration-i18n-en-US.properties [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/i18n/web-portal-login-integration-i18n-zh-CN.properties [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/about/about-bg-dark.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/about/about-bg-light.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/about/about-netnumen.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/accordion-plusminus.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ajax-loading.gif [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ajax-modal-loading.gif [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/arrow-down.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/avatar.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/bg-opacity.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/bg-white-lock.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/bg-white.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/checkbox-radio/checkbox-checked-disabled.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/checkbox-radio/checkbox-checked.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/checkbox-radio/checkbox-disabled.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/checkbox-radio/checkbox-hover.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/checkbox-radio/checkbox-init.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/checkbox-radio/radio-checked-disabled.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/checkbox-radio/radio-checked.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/checkbox-radio/radio-disabled.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/checkbox-radio/radio-hover.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/checkbox-radio/radio-init.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/chrome_icon.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/datatable-row-openclose.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/empty.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/firefox_icon.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/hor-menu-search-close-white.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/hor-menu-search-close.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/hor-menu-search.jpg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/hor-menu-search.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/icon-color-close.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/icon-color.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/icon-img-down.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/icon-img-up.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/input-spinner.gif [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/integration/logo.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/integration/logo_white.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/integration/netnumenLogo.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/integration/zte_bg_1.jpg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/integration/zte_bg_2.jpg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/integration/zte_bg_3.jpg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/integration/zte_logo_16.gif [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/integration/zte_logo_white.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/integration/ztelogo.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/loading-spinner-grey.gif [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/loading.gif [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/mainpage/icon/1.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/mainpage/icon/2.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/mainpage/icon/3.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/mainpage/icon/4.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/mainpage/icon/5.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/mainpage/icon/6.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/mainpage/logo.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/mainpage/pic/1.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/mainpage/pic/2.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/mainpage/pic/3.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/mainpage/pic/4.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/mainpage/pic/5.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/menu-toggler.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/overlay-icon.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/portlet-collapse-icon-white.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/portlet-collapse-icon.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/portlet-config-icon-white.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/portlet-config-icon.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/portlet-expand-icon-white.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/portlet-expand-icon.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/portlet-reload-icon-white.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/portlet-reload-icon.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/portlet-remove-icon-white.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/portlet-remove-icon.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/remove-icon-small.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/reset_password.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/NFV.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/NS.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/VDU.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/VIM.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/VNF.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/VNFC.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/VNFM.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/breakLink.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/common_dc.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/common_ncd.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/common_sc.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/host.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-Virtual network.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-app-bind.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-app-dns.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-app-ems.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-app-mediator.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-app-netnumen.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-app-ntp.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-app-ota.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-app-tomcat.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-app-trend.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-app-tsm.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-app-weblogic.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-app.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-cluster-hacmp.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-cluster-nec.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-cluster-ns.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-cluster-sg.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-cluster-vcs.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-cluster.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-database-mssql.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-database-oracle.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-database-sybase.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-database-sybaseiq.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-database.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-diskraid-dellmd.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-diskraid-emc.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-diskraid-eternus.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-diskraid-fujitsu.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-diskraid-hds.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-diskraid-hpaio.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-diskraid-hpeva.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-diskraid-hpmsa.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-diskraid-ibm.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-diskraid-ibmsm.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-diskraid-macrosan.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-diskraid-netapp.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-diskraid-sun.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-diskraid-zte.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-firewall-checkpoint.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-firewall-cisco.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-firewall-cisco2.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-firewall-h3c.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-firewall-juniper.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-firewall-neteye.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-firewall-zte.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-firewall-ztemf.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-firewall-zteutm.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-firewall.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-gather.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-group-dev.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-ibp-ibp2000.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-ibp.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-net.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-other-alteon.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-other-appdirector.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-other-atca-lb10.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-other-cisco-ucs.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-other-dcs.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-other-delta.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-other-dp.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-other-f5bigip.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-other-f5bigip2.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-other-gbe2c.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-other-hpblc.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-other-ibm-blade.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-other-imm.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-other-secfox.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-other-secsis.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-other-segw.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-other-vc.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-other-zteatca.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-other-zteips.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-other-ztepower.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-other-ztesgs.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-other-zxsdr-nt.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-other.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-router-cisco.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-router-juniper.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-router-zte.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-router.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-sdn-controller.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-sdn-host.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-sdn-switch.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-sdn-vnet.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-server-aix.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-server-hpux.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-server-klinux.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-server-redhat.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-server-solaris.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-server-suse.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-server-windows.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-server-zxve.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-server.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-storage-cisco-mds.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-storage-md3000.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-storage-netvault.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-storage-ops.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-storage-sanswitch-brocade.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-storage-sanswitch-hp.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-storage-sanswitch-zte.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-storage.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-switch-at.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-switch-cisco.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-switch-h3c.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-switch-juniper.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-switch-zte.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-switch.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-tapelib-hpmsl.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-tapelib-ibmts.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it-tapelib-sunts.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/it.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/networkTree.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/new.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/popupmenufollower.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/resourceType.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/stop.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/tree-icon.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/uep-moc-root.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/uep-moc-uca-public.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/uep-topo-commongroup20x20.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/uep-topo-group20x20.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/uep-topo-root.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/uep-topo-undefinedgroup20x20.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/uep-topo-virtual20x20.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/uep-topo-wsf-disconnected8x8.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/usf-amf-try-activate.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/ressvgs/usf-amf-try-active-wait.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/search-icon-blue.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/search-icon-brown.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/search-icon-purple.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/search-icon-red.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/search-icon-white.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/search-icon.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/select-caret.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/sidebar-menu-arrow-right.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/sidebar-menu-arrow-rtl.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/sidebar-menu-arrow.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/sidebar-search-close-blue.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/sidebar-search-close-brown.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/sidebar-search-close-light.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/sidebar-search-close-purple.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/sidebar-search-close.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/sidebar-toggler-grey.jpg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/sidebar-toggler-light.jpg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/source/logo.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/source/logo_white.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/source/netnumenLogo.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/source/zte_bg_1.jpg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/source/zte_bg_2.jpg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/source/zte_bg_3.jpg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/source/zte_logo_ white.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/source/zte_logo_16.gif [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/source/zte_logo_white.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/source/ztelogo.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/syncfusion-icons-white.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/img/user.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/index.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/js/Main2moreMenu.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/js/core/ZteFrameWork.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/js/core/ZteFrameWork.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/js/core/const.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/js/core/hk.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/js/core/pym.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/js/fm_light.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/js/international/loadi18n-login.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/js/international/loadi18n.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/js/international/loadi18nApp_universal.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/js/json2.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/js/login.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/js/mainpage/about.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/js/mainpage/ict.main.page.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/js/moreOperation.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/js/security/aes.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/js/security/changepwd.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/js/security/framework-util.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/js/security/security.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/js/tools.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/json/main-page.json [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/login.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/main-page.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/menus/main_Fmegabar.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/menus/main_Fsiderbar.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/menus/main_siderbar.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/framework/menus/readme.txt [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/animate/animate.min.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/avalon/avalon.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/avalon/avalon.modern.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/bootstrap-daterangepicker/daterangepicker-bs3.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/bootstrap-daterangepicker/daterangepicker.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/bootstrap-daterangepicker/moment.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/bootstrap-daterangepicker/moment.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/bootstrap-fileinput/css/fileinput.min.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/bootstrap-fileinput/img/loading-sm.gif [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/bootstrap-fileinput/img/loading.gif [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/bootstrap-fileinput/js/fileinput.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/bootstrap-fileinput/js/fileinput_locale_LANG.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/bootstrap-fileinput/js/fileinput_locale_zh.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/bootstrap-growl/bootstrap-growl.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/bootstrap-modal/css/bootstrap-modal-bs3patch.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/bootstrap-modal/css/bootstrap-modal.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/bootstrap-modal/img/ajax-loader.gif [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/bootstrap-modal/js/bootstrap-modal.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/bootstrap-modal/js/bootstrap-modalmanager.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/bootstrap-select/bootstrap-select.min.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/bootstrap-select/bootstrap-select.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/bootstrap-validation/jqBootstrapValidation.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/bootstrap-wizard/jquery.bootstrap.wizard.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/cometd/cometd.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/cometd/jquery.cometd.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/data-tables/DT_bootstrap.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/data-tables/DT_bootstrap.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/data-tables/DataTableICT.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/data-tables/DataTableSmartClient.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/data-tables/DataTableSmartClientApp.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/data-tables/app-test-i18n-datatable-zh-CN.json [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/data-tables/app-universal-i18n-datatable-en-US.json [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/data-tables/app-universal-i18n-datatable-zh-CN.json [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/data-tables/dataTable.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/data-tables/images/loading-spinner-grey.gif [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/data-tables/images/sort_asc.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/data-tables/images/sort_both.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/data-tables/images/sort_desc.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/data-tables/jquery.dataTables.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/data-tables/jquery.dataTables.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/data-tables/style-datatable.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/delete.me [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/echarts/echarts-all.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/CHANGELOG.md [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/README.md [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/bower.json [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/demo/css/Thumbs.db [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/demo/css/banner.jpg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/demo/css/custom.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/demo/css/custom.styl [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/demo/css/icheck.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/demo/css/ie/arrow-bottom.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/demo/css/ie/arrow-top.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/demo/css/ie/header-line.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/demo/css/ie/icon-fork.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/demo/css/ie/icon-github.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/demo/css/ie/icon-lab.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/demo/css/ie/icon-options.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/demo/css/ie/icon-star.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/demo/css/montserrat-bold.eot [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/demo/css/montserrat-bold.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/demo/css/montserrat-bold.ttf [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/demo/css/montserrat-bold.woff [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/demo/css/montserrat-regular.eot [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/demo/css/montserrat-regular.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/demo/css/montserrat-regular.ttf [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/demo/css/montserrat-regular.woff [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/demo/css/normalize.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/demo/index.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/demo/js/custom.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/demo/js/custom.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/demo/js/jquery.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/demo/js/zepto.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/icheck.jquery.json [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/icheck.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/icheck.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/all.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/flat/_all.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/flat/aero.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/flat/aero.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/flat/aero@2x.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/flat/blue.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/flat/blue.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/flat/blue@2x.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/flat/flat.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/flat/flat.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/flat/flat@2x.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/flat/green.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/flat/green.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/flat/green@2x.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/flat/grey.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/flat/grey.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/flat/grey@2x.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/flat/orange.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/flat/orange.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/flat/orange@2x.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/flat/pink.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/flat/pink.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/flat/pink@2x.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/flat/purple.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/flat/purple.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/flat/purple@2x.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/flat/red.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/flat/red.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/flat/red@2x.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/flat/yellow.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/flat/yellow.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/flat/yellow@2x.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/futurico/futurico.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/futurico/futurico.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/futurico/futurico@2x.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/line/Thumbs.db [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/line/_all.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/line/aero.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/line/blue.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/line/green.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/line/grey.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/line/line.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/line/line.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/line/line@2x.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/line/orange.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/line/pink.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/line/purple.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/line/red.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/line/yellow.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/minimal/_all.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/minimal/aero.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/minimal/aero.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/minimal/aero@2x.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/minimal/blue.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/minimal/blue.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/minimal/blue@2x.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/minimal/green.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/minimal/green.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/minimal/green@2x.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/minimal/grey.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/minimal/grey.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/minimal/grey@2x.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/minimal/minimal.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/minimal/minimal.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/minimal/minimal@2x.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/minimal/orange.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/minimal/orange.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/minimal/orange@2x.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/minimal/pink.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/minimal/pink.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/minimal/pink@2x.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/minimal/purple.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/minimal/purple.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/minimal/purple@2x.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/minimal/red.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/minimal/red.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/minimal/red@2x.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/minimal/yellow.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/minimal/yellow.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/minimal/yellow@2x.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/polaris/polaris.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/polaris/polaris.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/polaris/polaris@2x.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/square/Thumbs.db [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/square/_all.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/square/aero.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/square/aero.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/square/aero@2x.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/square/blue.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/square/blue.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/square/blue@2x.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/square/green.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/square/green.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/square/green@2x.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/square/grey.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/square/grey.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/square/grey@2x.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/square/orange.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/square/orange.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/square/orange@2x.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/square/pink.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/square/pink.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/square/pink@2x.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/square/purple.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/square/purple.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/square/purple@2x.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/square/red.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/square/red.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/square/red@2x.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/square/square.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/square/square.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/square/square@2x.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/square/yellow.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/square/yellow.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/icheck/skins/square/yellow@2x.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/dashboard-jq/DashboardConfig-jq.json [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/dashboard-jq/DashboardICT-jq.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/dashboard-jq/DashboardICT.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/dashboard-jq/assets/css/c3.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/dashboard-jq/assets/css/c3.min.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/dashboard-jq/assets/css/components.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/dashboard-jq/assets/css/facebox.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/dashboard-jq/assets/css/ict-chart-dashboard.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/dashboard-jq/assets/css/transition.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/dashboard-jq/assets/js/c3-angular.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/dashboard-jq/assets/js/c3-angular.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/dashboard-jq/assets/js/c3-angular.min.js.map [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/dashboard-jq/assets/js/c3.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/dashboard-jq/assets/js/c3.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/dashboard-jq/assets/js/d3.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/dashboard-jq/assets/js/facebox.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/dashboard-jq/assets/js/portlet-draggable-jq.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/dashboard-jq/demo/c3Chart.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/dashboard-jq/demo/demo-barchart-c3.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/dashboard-jq/demo/demo-linechart-c3.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/dashboard-jq/demo/ict-barchart-c3.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/dashboard-jq/demo/ict-linechart-c3.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/dashboard-jq/demo/index3.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/dashboard-jq/images/CPU统计.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/dashboard-jq/images/Thumbs.db [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/dashboard-jq/images/closelabel.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/dashboard-jq/images/delete.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/dashboard-jq/images/loading.gif [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/dashboard-jq/images/open.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/dashboard-jq/images/remove.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/dashboard-jq/images/remove_red.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/dashboard-jq/images/shrink.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/dashboard-jq/images/告警统计.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/dashboard-jq/images/性能统计A.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/dashboard-jq/images/性能统计B.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/dashboard-jq/images/性能统计C.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/dashboard-jq/images/日志统计.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-chart/demo/demo-barchart-c3.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-chart/demo/demo-linechart-c3.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-chart/ict-barchart-c3.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-chart/ict-linechart-c3.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/DashboardConfig-jq.json [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/DashboardConfig-jq.json.sdn [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/DashboardConfig.json [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/DashboardICT.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/assets/css/c3.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/assets/css/c3.min.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/assets/css/components.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/assets/css/facebox.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/assets/css/ict-chart-dashboard.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/assets/css/transition.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/assets/js/angular.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/assets/js/angular.min.js.map [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/assets/js/c3-angular.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/assets/js/c3-angular.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/assets/js/c3-angular.min.js.map [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/assets/js/c3.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/assets/js/c3.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/assets/js/d3.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/assets/js/facebox.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/assets/js/portlet-draggable-jq.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/demo/c3Chart.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/demo/demo-barchart-c3.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/demo/demo-linechart-c3.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/demo/ict-barchart-c3.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/demo/ict-linechart-c3.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/demo/index3.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/ict.dashboard.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/ict.dashboard.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/ict.dashboard.js.bak [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/images/CPU统计.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/images/Thumbs.db [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/images/alarm.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/images/bar.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/images/closelabel.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/images/cpu.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/images/delete.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/images/gauge.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/images/line.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/images/lineBar.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/images/loading.gif [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/images/map.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/images/open.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/images/pie.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/images/remove.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/images/remove_red.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/images/shrink.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/images/stacked.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/images/zoom.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/images/告警统计.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/images/性能统计A.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/images/性能统计B.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/images/性能统计C.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/images/日志统计.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/index4.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/js/avalon.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/js/d3.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/js/facebox.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-dashboard/js/freewall.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-serverpagetable/css/serverPageTable.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-serverpagetable/images/details_close.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-serverpagetable/images/details_open.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-serverpagetable/readme.txt [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-serverpagetable/serverPageTable.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-serverpagetable/serverPageTable_demo.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-serverpagetable/serverpagetable.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-slider/bootstrap/css/bootstrap-dt.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-slider/bootstrap/css/bootstrap.min.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-slider/bootstrap/js/bootstrap.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-slider/bootstrap/js/bootstrap.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-slider/bootstrap/js/bootstrap2-typeahead.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-slider/css/jquery-ui.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-slider/css/multi-handle-slider.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-slider/index.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-slider/jquery-ui-1.11.4.custom/external/jquery/jquery.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-slider/jquery-ui-1.11.4.custom/images/Thumbs.db [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-slider/jquery-ui-1.11.4.custom/images/ui-bg_diagonals-thick_18_b81900_40x40.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-slider/jquery-ui-1.11.4.custom/images/ui-bg_diagonals-thick_20_666666_40x40.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-slider/jquery-ui-1.11.4.custom/images/ui-bg_flat_10_000000_40x100.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-slider/jquery-ui-1.11.4.custom/images/ui-bg_glass_100_f6f6f6_1x400.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-slider/jquery-ui-1.11.4.custom/images/ui-bg_glass_100_fdf5ce_1x400.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-slider/jquery-ui-1.11.4.custom/images/ui-bg_glass_65_ffffff_1x400.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-slider/jquery-ui-1.11.4.custom/images/ui-bg_gloss-wave_35_f6a828_500x100.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-slider/jquery-ui-1.11.4.custom/images/ui-bg_highlight-soft_100_eeeeee_1x100.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-slider/jquery-ui-1.11.4.custom/images/ui-bg_highlight-soft_75_ffe45c_1x100.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-slider/jquery-ui-1.11.4.custom/images/ui-icons_222222_256x240.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-slider/jquery-ui-1.11.4.custom/images/ui-icons_228ef1_256x240.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-slider/jquery-ui-1.11.4.custom/images/ui-icons_ef8c08_256x240.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-slider/jquery-ui-1.11.4.custom/images/ui-icons_ffd27a_256x240.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-slider/jquery-ui-1.11.4.custom/images/ui-icons_ffffff_256x240.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-slider/jquery-ui-1.11.4.custom/index.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-slider/jquery-ui-1.11.4.custom/jquery-ui.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-slider/jquery-ui-1.11.4.custom/jquery-ui.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-slider/jquery-ui-1.11.4.custom/jquery-ui.min.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-slider/jquery-ui-1.11.4.custom/jquery-ui.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-slider/jquery-ui-1.11.4.custom/jquery-ui.structure.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-slider/jquery-ui-1.11.4.custom/jquery-ui.structure.min.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-slider/jquery-ui-1.11.4.custom/jquery-ui.theme.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-slider/jquery-ui-1.11.4.custom/jquery-ui.theme.min.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-slider/js/avalon.modern.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-slider/js/jquery-1.10.2.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-slider/js/multi-handle-slider.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-sunburst/demo.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-sunburst/skill.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-sunburst/skillsData.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-sunburst/sunburst.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-wizard/bootstrap-wizard/jquery.bootstrap.wizard.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-wizard/bootstrap/css/bootstrap-dt.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-wizard/bootstrap/css/bootstrap.min.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-wizard/bootstrap/fonts/glyphicons-halflings-regular.eot [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-wizard/bootstrap/fonts/glyphicons-halflings-regular.svg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-wizard/bootstrap/fonts/glyphicons-halflings-regular.ttf [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-wizard/bootstrap/fonts/glyphicons-halflings-regular.woff [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-wizard/bootstrap/fonts/glyphicons-halflings-regular.woff2 [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-wizard/bootstrap/js/bootstrap.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-wizard/bootstrap/js/bootstrap.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-wizard/bootstrap/js/bootstrap2-typeahead.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-wizard/ict-wizard.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-wizard/ict_wizard_view.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-wizard/jquery/jquery-1.10.2.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-wizard/jquery/jquery-1.11.2.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-wizard/jquery/jquery-1.11.2.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-wizard/jquery/jquery-1.11.2.min.map [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-wizard/jquery/jquery-2.1.3.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-wizard/jquery/jquery-2.1.3.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-wizard/jquery/jquery-2.1.3.min.map [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-wizard/jquery/jquery-migrate-1.2.1.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-wizard/jquery/jquery-migrate-1.2.1.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-wizard/ngict-component.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ict/ict-wizard/plugins.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/jQuery-File-Upload/css/jquery.fileupload.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/jQuery-File-Upload/img/loading.gif [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/jQuery-File-Upload/img/progressbar.gif [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/jQuery-File-Upload/js/jquery.fileupload.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/jQuery-File-Upload/js/jquery.iframe-transport.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/jQuery-File-Upload/js/vendor/jquery.ui.widget.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ystep/css/ystep.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/ystep/ystep.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/QUI 框架介绍.txt [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/README.md [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/API_cn.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/API_en.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/apiCss/api.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/apiCss/common.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/apiCss/common_ie6.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/apiCss/img/apiMenu.gif [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/apiCss/img/apiMenu.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/apiCss/img/background.jpg [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/apiCss/img/chinese.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/apiCss/img/close.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/apiCss/img/contact-bg.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/apiCss/img/english.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/apiCss/img/header-bg.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/apiCss/img/lightbulb.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/apiCss/img/overlay_arrow.gif [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/apiCss/img/overlay_arrow.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/apiCss/img/overlay_bg.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/apiCss/img/overlay_close_IE6.gif [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/apiCss/img/zTreeStandard.gif [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/apiCss/img/zTreeStandard.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/apiCss/jquery-1.6.2.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/apiCss/jquery.ztree.core-3.5.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/apiCss/zTreeStyleForApi.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/fn.zTree._z.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/fn.zTree.destroy.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/fn.zTree.getZTreeObj.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/fn.zTree.init.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.async.autoParam.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.async.contentType.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.async.dataFilter.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.async.dataType.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.async.enable.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.async.otherParam.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.async.type.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.async.url.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.callback.beforeAsync.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.callback.beforeCheck.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.callback.beforeClick.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.callback.beforeCollapse.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.callback.beforeDblClick.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.callback.beforeDrag.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.callback.beforeDragOpen.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.callback.beforeDrop.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.callback.beforeEditName.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.callback.beforeExpand.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.callback.beforeMouseDown.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.callback.beforeMouseUp.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.callback.beforeRemove.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.callback.beforeRename.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.callback.beforeRightClick.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.callback.onAsyncError.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.callback.onAsyncSuccess.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.callback.onCheck.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.callback.onClick.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.callback.onCollapse.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.callback.onDblClick.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.callback.onDrag.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.callback.onDragMove.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.callback.onDrop.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.callback.onExpand.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.callback.onMouseDown.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.callback.onMouseUp.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.callback.onNodeCreated.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.callback.onRemove.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.callback.onRename.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.callback.onRightClick.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.check.autoCheckTrigger.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.check.chkDisabledInherit.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.check.chkStyle.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.check.chkboxType.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.check.enable.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.check.nocheckInherit.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.check.radioType.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.data.keep.leaf.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.data.keep.parent.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.data.key.checked.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.data.key.children.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.data.key.name.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.data.key.title.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.data.key.url.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.data.simpleData.enable.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.data.simpleData.idKey.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.data.simpleData.pIdKey.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.data.simpleData.rootPId.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.edit.drag.autoExpandTrigger.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.edit.drag.autoOpenTime.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.edit.drag.borderMax.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.edit.drag.borderMin.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.edit.drag.inner.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.edit.drag.isCopy.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.edit.drag.isMove.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.edit.drag.maxShowNodeNum.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.edit.drag.minMoveSize.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.edit.drag.next.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.edit.drag.prev.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.edit.editNameSelectAll.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.edit.enable.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.edit.removeTitle.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.edit.renameTitle.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.edit.showRemoveBtn.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.edit.showRenameBtn.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.treeId.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.treeObj.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.view.addDiyDom.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.view.addHoverDom.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.view.autoCancelSelected.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.view.dblClickExpand.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.view.expandSpeed.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.view.fontCss.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.view.nameIsHTML.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.view.removeHoverDom.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.view.selectedMulti.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.view.showIcon.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.view.showLine.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.view.showTitle.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/setting.view.txtSelectedEnable.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/treeNode.check_Child_State.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/treeNode.check_Focus.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/treeNode.checked.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/treeNode.checkedOld.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/treeNode.children.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/treeNode.chkDisabled.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/treeNode.click.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/treeNode.diy.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/treeNode.editNameFlag.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/treeNode.getCheckStatus.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/treeNode.getNextNode.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/treeNode.getParentNode.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/treeNode.getPreNode.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/treeNode.halfCheck.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/treeNode.icon.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/treeNode.iconClose.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/treeNode.iconOpen.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/treeNode.iconSkin.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/treeNode.isAjaxing.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/treeNode.isFirstNode.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/treeNode.isHidden.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/treeNode.isHover.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/treeNode.isLastNode.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/treeNode.isParent.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/treeNode.level.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/treeNode.name.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/treeNode.nocheck.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/treeNode.open.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/treeNode.parentTId.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/treeNode.tId.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/treeNode.target.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/treeNode.url.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/treeNode.zAsync.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/zTreeObj.addNodes.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/zTreeObj.cancelEditName.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/zTreeObj.cancelSelectedNode.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/zTreeObj.checkAllNodes.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/zTreeObj.checkNode.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/zTreeObj.copyNode.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/zTreeObj.destroy.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/zTreeObj.editName.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/zTreeObj.expandAll.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/zTreeObj.expandNode.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/zTreeObj.getChangeCheckedNodes.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/zTreeObj.getCheckedNodes.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/zTreeObj.getNodeByParam.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/zTreeObj.getNodeByTId.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/zTreeObj.getNodeIndex.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/zTreeObj.getNodes.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/zTreeObj.getNodesByFilter.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/zTreeObj.getNodesByParam.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/zTreeObj.getNodesByParamFuzzy.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/zTreeObj.getSelectedNodes.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/zTreeObj.hideNode.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/zTreeObj.hideNodes.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/zTreeObj.moveNode.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/zTreeObj.reAsyncChildNodes.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/zTreeObj.refresh.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/zTreeObj.removeChildNodes.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/zTreeObj.removeNode.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/zTreeObj.selectNode.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/zTreeObj.setChkDisabled.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/zTreeObj.setEditable.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/zTreeObj.setting.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/zTreeObj.showNode.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/zTreeObj.showNodes.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/zTreeObj.transformToArray.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/zTreeObj.transformTozTreeNodes.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/cn/zTreeObj.updateNode.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/fn.zTree._z.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/fn.zTree.destroy.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/fn.zTree.getZTreeObj.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/fn.zTree.init.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.async.autoParam.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.async.contentType.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.async.dataFilter.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.async.dataType.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.async.enable.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.async.otherParam.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.async.type.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.async.url.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.callback.beforeAsync.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.callback.beforeCheck.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.callback.beforeClick.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.callback.beforeCollapse.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.callback.beforeDblClick.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.callback.beforeDrag.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.callback.beforeDragOpen.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.callback.beforeDrop.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.callback.beforeEditName.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.callback.beforeExpand.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.callback.beforeMouseDown.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.callback.beforeMouseUp.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.callback.beforeRemove.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.callback.beforeRename.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.callback.beforeRightClick.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.callback.onAsyncError.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.callback.onAsyncSuccess.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.callback.onCheck.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.callback.onClick.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.callback.onCollapse.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.callback.onDblClick.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.callback.onDrag.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.callback.onDragMove.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.callback.onDrop.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.callback.onExpand.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.callback.onMouseDown.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.callback.onMouseUp.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.callback.onNodeCreated.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.callback.onRemove.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.callback.onRename.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.callback.onRightClick.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.check.autoCheckTrigger.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.check.chkDisabledInherit.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.check.chkStyle.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.check.chkboxType.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.check.enable.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.check.nocheckInherit.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.check.radioType.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.data.keep.leaf.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.data.keep.parent.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.data.key.checked.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.data.key.children.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.data.key.name.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.data.key.title.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.data.key.url.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.data.simpleData.enable.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.data.simpleData.idKey.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.data.simpleData.pIdKey.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.data.simpleData.rootPId.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.edit.drag.autoExpandTrigger.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.edit.drag.autoOpenTime.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.edit.drag.borderMax.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.edit.drag.borderMin.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.edit.drag.inner.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.edit.drag.isCopy.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.edit.drag.isMove.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.edit.drag.maxShowNodeNum.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.edit.drag.minMoveSize.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.edit.drag.next.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.edit.drag.prev.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.edit.editNameSelectAll.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.edit.enable.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.edit.removeTitle.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.edit.renameTitle.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.edit.showRemoveBtn.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.edit.showRenameBtn.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.treeId.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.treeObj.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.view.addDiyDom.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.view.addHoverDom.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.view.autoCancelSelected.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.view.dblClickExpand.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.view.expandSpeed.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.view.fontCss.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.view.nameIsHTML.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.view.removeHoverDom.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.view.selectedMulti.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.view.showIcon.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.view.showLine.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.view.showTitle.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/setting.view.txtSelectedEnable.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/treeNode.check_Child_State.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/treeNode.check_Focus.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/treeNode.checked.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/treeNode.checkedOld.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/treeNode.children.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/treeNode.chkDisabled.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/treeNode.click.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/treeNode.diy.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/treeNode.editNameFlag.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/treeNode.getCheckStatus.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/treeNode.getNextNode.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/treeNode.getParentNode.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/treeNode.getPreNode.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/treeNode.halfCheck.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/treeNode.icon.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/treeNode.iconClose.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/treeNode.iconOpen.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/treeNode.iconSkin.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/treeNode.isAjaxing.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/treeNode.isFirstNode.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/treeNode.isHidden.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/treeNode.isHover.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/treeNode.isLastNode.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/treeNode.isParent.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/treeNode.level.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/treeNode.name.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/treeNode.nocheck.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/treeNode.open.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/treeNode.parentTId.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/treeNode.tId.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/treeNode.target.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/treeNode.url.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/treeNode.zAsync.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/zTreeObj.addNodes.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/zTreeObj.cancelEditName.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/zTreeObj.cancelSelectedNode.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/zTreeObj.checkAllNodes.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/zTreeObj.checkNode.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/zTreeObj.copyNode.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/zTreeObj.destroy.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/zTreeObj.editName.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/zTreeObj.expandAll.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/zTreeObj.expandNode.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/zTreeObj.getChangeCheckedNodes.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/zTreeObj.getCheckedNodes.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/zTreeObj.getNodeByParam.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/zTreeObj.getNodeByTId.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/zTreeObj.getNodeIndex.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/zTreeObj.getNodes.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/zTreeObj.getNodesByFilter.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/zTreeObj.getNodesByParam.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/zTreeObj.getNodesByParamFuzzy.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/zTreeObj.getSelectedNodes.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/zTreeObj.hideNode.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/zTreeObj.hideNodes.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/zTreeObj.moveNode.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/zTreeObj.reAsyncChildNodes.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/zTreeObj.refresh.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/zTreeObj.removeChildNodes.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/zTreeObj.removeNode.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/zTreeObj.selectNode.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/zTreeObj.setChkDisabled.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/zTreeObj.setEditable.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/zTreeObj.setting.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/zTreeObj.showNode.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/zTreeObj.showNodes.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/zTreeObj.transformToArray.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/zTreeObj.transformTozTreeNodes.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/api/en/zTreeObj.updateNode.html [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/css/demo.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/css/zTreeStyle/ReadMe.txt [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/css/zTreeStyle/img/Thumbs.db [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/css/zTreeStyle/img/diy/1_close.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/css/zTreeStyle/img/diy/1_open.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/css/zTreeStyle/img/diy/2.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/css/zTreeStyle/img/diy/3.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/css/zTreeStyle/img/diy/4.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/css/zTreeStyle/img/diy/5.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/css/zTreeStyle/img/diy/6.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/css/zTreeStyle/img/diy/7.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/css/zTreeStyle/img/diy/8.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/css/zTreeStyle/img/diy/9.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/css/zTreeStyle/img/diy/Thumbs.db [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/css/zTreeStyle/img/line_conn.gif [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/css/zTreeStyle/img/loading.gif [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/css/zTreeStyle/img/zTreeStandard.gif [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/css/zTreeStyle/img/zTreeStandard.gifbak [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/css/zTreeStyle/img/zTreeStandard.png [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/css/zTreeStyle/img/zTreeStandard.pngbak [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/css/zTreeStyle/img/zTreeStandard.psd [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/css/zTreeStyle/zTreeStyle.css [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/js/jquery.ztree.all.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/js/jquery.ztree.all.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/js/jquery.ztree.core.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/js/jquery.ztree.core.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/js/jquery.ztree.excheck.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/js/jquery.ztree.excheck.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/js/jquery.ztree.exedit.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/js/jquery.ztree.exedit.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/js/jquery.ztree.exhide.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/js/jquery.ztree.exhide.min.js [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/log v3.x.txt [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/readme.txt [new file with mode: 0644]
uiframe-iui/src/main/resources/webroot/vendor/zTree/zTree.v3.jquery.json [new file with mode: 0644]
umc-iui/pom.xml [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-drill/createtestdata.html [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-drill/css/itm.css [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-drill/css/vnf.css [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-drill/i18n/ngict-umc-monitor-i18n-en-US.properties [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-drill/i18n/ngict-umc-monitor-i18n-zh-CN.properties [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-drill/images/aos_view-fm.gif [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-drill/images/arrow.png [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-drill/images/details_close.png [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-drill/images/details_open1.png [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-drill/images/down.png [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-drill/images/filter.png [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-drill/images/up.png [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-drill/index.html [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-drill/js/Constants.js [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-drill/js/avalon.modern.js [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-drill/js/commonUtil.js [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-drill/js/d3.js [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-drill/js/echarts-all.js [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-drill/js/jquery-1.10.2.min.js [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-drill/js/mockdataController.js [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-drill/js/monitorHeadChart.js [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-drill/js/monitors.js [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-drill/js/vnfController.js [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-drill/monitorns.html [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-fm/css/alarmsQuery.css [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-fm/css/delete.me [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-fm/html/fm_currentAlarm_view.html [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-fm/i18n/delete.me [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-fm/i18n/ngict-curalarms-iui-i18n-en-US.properties [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-fm/i18n/ngict-curalarms-iui-i18n-zh-CN.properties [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-fm/images/Thumbs.db [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-fm/images/aos_view-fm.gif [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-fm/images/arrow.png [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-fm/images/details_close.png [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-fm/images/details_open.png [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-fm/images/down.png [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-fm/images/filter.png [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-fm/images/statistics.png [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-fm/images/up.png [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-fm/js/CommonUtil.js [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-fm/js/alarmConds.js [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-fm/js/alarmsServerPageTable.js [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-fm/js/alarmsUtil.js [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-fm/js/avalon.modern.js [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-fm/js/curAlarmsController.js [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-fm/js/delete.me [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-monitor/css/dac.css [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-monitor/css/dataTables.bootstrap.css [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-monitor/css/monitorSetting.css [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-monitor/dacList.html [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-monitor/i18n/loadi18nApp_ngict-umc-monitor.js [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-monitor/i18n/umc-monitor-iui-i18n-en-US.properties [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-monitor/i18n/umc-monitor-iui-i18n-zh-CN.properties [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-monitor/images/throbber.gif [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-monitor/js/dacController.js [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-monitor/js/monitorSettingController.js [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-monitor/js/monitorSettingUtil.js [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-monitor/monitorSetting.html [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-monitor/monitorSettingList.html [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-pm/css/delete.me [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-pm/css/meataskQuery.css [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-pm/css/performanceChart.css [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-pm/css/pmQueryBox.css [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-pm/html/index/indexManage.html [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-pm/html/index/indexView.html [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-pm/html/meatask/meataskQueryRule.html [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-pm/html/meatask/meataskQueryView.html [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-pm/html/meataskQueryView.html [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-pm/i18n/delete.me [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-pm/i18n/ngict-pm-iui-i18n-en-US.properties [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-pm/i18n/ngict-pm-iui-i18n-zh-CN.properties [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-pm/images/aos_view-fm.gif [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-pm/images/arrow.png [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-pm/images/chart.png [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-pm/images/delete.png [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-pm/images/details_close.png [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-pm/images/details_open.png [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-pm/images/down.png [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-pm/images/filter.png [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-pm/images/statistics.png [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-pm/images/table.png [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-pm/images/up.png [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-pm/js/avalon.js [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-pm/js/commonUtil.js [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-pm/js/dataRangeUtil.js [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-pm/js/delete.me [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-pm/js/i18n/loadi18n.js [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-pm/js/index/indexController.js [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-pm/js/index/indexManage.js [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-pm/js/meatask/echarts.js [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-pm/js/meatask/meataskQueryController.js [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-pm/js/meatask/performanceChart.js [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-pm/js/pmUtil.js [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-pm/json/counters.json [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-pm/json/index.json [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-pm/json/indexes.json [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-pm/json/meatask/meatasks_content.json [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-pm/json/meatask/moType.json [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-pm/json/meatask/moType1.json [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-pm/json/meatask/resourceType.json [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-pm/json/meatask/resources.json [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-pm/json/meatask/resources1.json [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-pm/json/meatask/resources2.json [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-pm/json/meatasks.json [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-pm/json/meatasks_content.json [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-pm/json/resourceType.json [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-pm/json/test.json [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-pm/json/thresholdList.json [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-topo/css/main.css [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-topo/images/NS.png [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-topo/images/NS1.png [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-topo/images/VDU.png [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-topo/images/VDU1.png [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-topo/images/VNF.png [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-topo/images/VNF1.png [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-topo/images/VNFC.png [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-topo/images/VNFC1 .png [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-topo/images/off/Bridge.gif [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-topo/images/off/Computer.gif [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-topo/images/off/Hub.gif [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-topo/images/off/InternetServer.gif [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-topo/images/off/MiniComputer.gif [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-topo/images/off/Multiplexer.gif [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-topo/images/off/Router.gif [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-topo/images/off/Server.gif [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-topo/images/off/Switch.gif [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-topo/images/off/TerminalServer.gif [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-topo/images/off/vim.png [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-topo/images/on/Bridge.gif [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-topo/images/on/BridgeMinus.gif [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-topo/images/on/BridgePlus.gif [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-topo/images/on/Computer.png [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-topo/images/on/ComputerMinusbak.gif [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-topo/images/on/ComputerPlusbak.gif [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-topo/images/on/Computerbak.gif [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-topo/images/on/Hub.gif [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-topo/images/on/HubPlus.gif [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-topo/images/on/InternetServer.gif [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-topo/images/on/MiniComputer.gif [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-topo/images/on/Multiplexer.gif [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-topo/images/on/Router.gif [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-topo/images/on/Server.gif [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-topo/images/on/Switch.gif [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-topo/images/on/TerminalServer.gif [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-topo/images/on/hostMinus.png [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-topo/images/on/hostPlus.png [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-topo/images/on/vdu.png [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-topo/images/on/vimMinus.png [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-topo/images/on/vimMinusbak.png [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-topo/images/on/vimPlus.png [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-topo/images/on/vimPlusbak.png [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-topo/images/vim.png [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-topo/js/physicalTopology.js [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-topo/js/serviceTopology.js [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-topo/js/topoDialog.js [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-topo/js/topoTool.js [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-topo/physicalTopology.html [new file with mode: 0644]
umc-iui/src/main/resources/webroot/umc-topo/serviceTopology.html [new file with mode: 0644]