├── LICENSE.txt ├── README.md ├── __pycache__ └── manage.cpython-36.pyc ├── db.sqlite3 ├── design.txt ├── dzkd ├── __init__.py ├── __pycache__ │ ├── __init__.cpython-36.pyc │ ├── __init__.cpython-37.pyc │ ├── settings.cpython-36.pyc │ ├── settings.cpython-37.pyc │ ├── urls.cpython-36.pyc │ ├── urls.cpython-37.pyc │ ├── wsgi.cpython-36.pyc │ └── wsgi.cpython-37.pyc ├── settings.py ├── urls.py └── wsgi.py ├── index ├── __init__.py ├── __pycache__ │ ├── __init__.cpython-36.pyc │ ├── __init__.cpython-37.pyc │ ├── admin.cpython-36.pyc │ ├── admin.cpython-37.pyc │ ├── models.cpython-36.pyc │ ├── models.cpython-37.pyc │ ├── urls.cpython-36.pyc │ ├── urls.cpython-37.pyc │ ├── views.cpython-36.pyc │ └── views.cpython-37.pyc ├── admin.py ├── apps.py ├── migrations │ ├── 0001_initial.py │ ├── __init__.py │ └── __pycache__ │ │ ├── 0001_initial.cpython-36.pyc │ │ ├── 0001_initial.cpython-37.pyc │ │ ├── __init__.cpython-36.pyc │ │ └── __init__.cpython-37.pyc ├── models.py ├── tests.py ├── urls.py └── views.py ├── manage.py ├── readme_images ├── Ideal_Logo_Davies.ico ├── MIT_license.svg ├── design.png ├── result00.jpg ├── result01.jpg ├── result02.jpg ├── result03.jpg ├── result04.jpg ├── result05.jpg ├── result06.jpg ├── result07.jpg └── screenshot.png ├── static ├── __init__.py ├── excel │ ├── __init__.py │ ├── aaa.xlsx │ └── 工作簿1.xlsx ├── excel工作簿1.xlsx ├── images │ └── device │ │ ├── 03.jpg │ │ ├── 03_O1ceK2x.jpg │ │ ├── 12.jpg │ │ ├── 12_4c2NRll.jpg │ │ ├── 12_j843kcT.jpg │ │ ├── 20.jpg │ │ ├── 21.jpg │ │ ├── 21_VsrXsIq.jpg │ │ ├── 21_dAdwwEt.jpg │ │ ├── 21_j2euYix.jpg │ │ ├── 21_vPPmu6c.jpg │ │ ├── 26.jpg │ │ ├── 29.jpg │ │ ├── __init__.py │ │ ├── favicon.ico │ │ ├── favicon_EuaZBnO.ico │ │ ├── favicon_HaAZgGU.ico │ │ ├── favicon_W4lex6c.ico │ │ ├── favicon_c4Yl6EX.ico │ │ └── favicon_hKbhSE9.ico └── website │ ├── add_devices │ ├── assets │ │ ├── bootstrap │ │ │ ├── css │ │ │ │ └── bootstrap.min.css │ │ │ └── js │ │ │ │ └── bootstrap.min.js │ │ ├── css │ │ │ └── styles.css │ │ └── js │ │ │ └── jquery.min.js │ ├── index.html │ └── main.js │ ├── all_devices │ ├── all_devices.html │ ├── all_devices_files │ │ ├── 00-00373.jpg │ │ ├── 00E00312.jpg │ │ ├── 01E00259.jpg │ │ ├── 01E00518.jpg │ │ ├── 01E02410.jpg │ │ ├── 01E03153.jpg │ │ ├── 01E03231.jpg │ │ ├── 01E03468.jpg │ │ ├── 01E03613.jpg │ │ ├── 14010060.jpg │ │ ├── 14010392.jpg │ │ ├── 14011092.jpg │ │ ├── 20020491.jpg │ │ ├── ace-elements.min.js.download │ │ ├── ace-extra.min.js.download │ │ ├── ace.min.js.download │ │ ├── aui.css │ │ ├── available_languages.jsp │ │ ├── banner1.jpg │ │ ├── barebone.jsp │ │ ├── base64.min.js.download │ │ ├── bootbox.min.js.download │ │ ├── bootstrap-datepicker.js.download │ │ ├── bootstrap-datepicker.zh-CN.min.js.download │ │ ├── bootstrap-datetimepicke.js.download │ │ ├── bootstrap-paginator.js.download │ │ ├── bootstrap-timepicker.min.js.download │ │ ├── bootstrap-wysiwyg.min.js.download │ │ ├── bootstrap.js.download │ │ ├── chosen.jquery.min.js.download │ │ ├── company_logo │ │ ├── dark.js.download │ │ ├── defaultPc.png │ │ ├── echarts.min.js.download │ │ ├── fileinput.js.download │ │ ├── grid.locale-cn.js.download │ │ ├── icon(1).png │ │ ├── icon(2).png │ │ ├── icon(3).png │ │ ├── icon(4).png │ │ ├── icon.png │ │ ├── infographic.js.download │ │ ├── jquery-1.9.1.min.js.download │ │ ├── jquery-confirm.js.download │ │ ├── jquery-form.js.download │ │ ├── jquery-ui-1.10.3.full.min.js.download │ │ ├── jquery-ui.js.download │ │ ├── jquery.base64.min.js.download │ │ ├── jquery.hotkeys.min.js.download │ │ ├── jquery.jqGrid.src.js.download │ │ ├── jquery.lazyload.min.js.download │ │ ├── jquery.searchableSelect.css │ │ ├── jquery.searchableSelect.js.download │ │ ├── jquery.validate.min.js.download │ │ ├── layui.js.download │ │ ├── macarons.js.download │ │ ├── main(1).css │ │ ├── main(10).css │ │ ├── main(11).css │ │ ├── main(12).css │ │ ├── main(13).css │ │ ├── main(14).css │ │ ├── main(15).css │ │ ├── main(16).css │ │ ├── main(17).css │ │ ├── main(18).css │ │ ├── main(19).css │ │ ├── main(2).css │ │ ├── main(3).css │ │ ├── main(4).css │ │ ├── main(6).css │ │ ├── main(7).css │ │ ├── main(8).css │ │ ├── main(9).css │ │ ├── main.css │ │ ├── main.js(1).download │ │ ├── main.js(10).download │ │ ├── main.js(11).download │ │ ├── main.js(12).download │ │ ├── main.js(13).download │ │ ├── main.js(2).download │ │ ├── main.js(3).download │ │ ├── main.js(5).download │ │ ├── main.js(6).download │ │ ├── main.js(7).download │ │ ├── main.js(8).download │ │ ├── main.js(9).download │ │ ├── main.js.download │ │ ├── moment.min.js.download │ │ ├── msg_zh.js.download │ │ ├── myPagenate.js.download │ │ ├── roma.js.download │ │ ├── saved_resource │ │ ├── saved_resource(1) │ │ ├── saved_resource(2) │ │ ├── saved_resource(3) │ │ ├── saved_resource(4) │ │ ├── saved_resource(5) │ │ ├── saved_resource(6) │ │ ├── saved_resource(7) │ │ ├── saved_resource(8) │ │ ├── shine.js.download │ │ ├── vintage.js.download │ │ └── zh.js.download │ ├── device_info.json │ ├── main.js │ └── test.js │ ├── asset │ ├── banner.png │ ├── bg.jpg │ ├── bg2.jpg │ ├── devices │ │ ├── 01.jpg │ │ ├── 02.jpg │ │ ├── 03.jpg │ │ ├── 04.jpg │ │ ├── 05.jpg │ │ ├── 06.jpg │ │ ├── 07.jpg │ │ ├── 08.jpg │ │ ├── 09.jpg │ │ ├── 10.jpg │ │ ├── 11.jpg │ │ ├── 12.jpg │ │ ├── 13.jpg │ │ ├── 14.jpg │ │ ├── 15.jpg │ │ ├── 16.jpg │ │ ├── 17.jpg │ │ ├── 18.jpg │ │ ├── 19.jpg │ │ ├── 20.jpg │ │ ├── 21.jpg │ │ ├── 22.jpg │ │ ├── 24.jpg │ │ ├── 26.jpg │ │ └── 29.jpg │ ├── loading.gif │ ├── loading2.gif │ └── logo.png │ ├── device_info │ ├── asset │ │ ├── banner.png │ │ ├── loading.gif │ │ ├── loading2.gif │ │ └── logo.png │ ├── device_info.html │ ├── device_info.json │ ├── device_info_files │ │ ├── 00E00312.jpg │ │ ├── ace-elements.min.js.download │ │ ├── ace-extra.min.js.download │ │ ├── ace.min.js.download │ │ ├── aui.css │ │ ├── available_languages.jsp │ │ ├── banner1.jpg │ │ ├── barebone.jsp │ │ ├── base64.min.js.download │ │ ├── bootbox.min.js.download │ │ ├── bootstrap-datepicker.js.download │ │ ├── bootstrap-datepicker.zh-CN.min.js.download │ │ ├── bootstrap-datetimepicke.js.download │ │ ├── bootstrap-paginator.js.download │ │ ├── bootstrap-timepicker.min.js.download │ │ ├── bootstrap-wysiwyg.min.js.download │ │ ├── bootstrap.js.download │ │ ├── chosen.jquery.min.js.download │ │ ├── company_logo │ │ ├── dark.js.download │ │ ├── device.png │ │ ├── echarts.min.js.download │ │ ├── fileinput.js.download │ │ ├── grid.locale-cn.js.download │ │ ├── icon.png │ │ ├── infographic.js.download │ │ ├── jquery-1.9.1.min.js.download │ │ ├── jquery-confirm.js.download │ │ ├── jquery-form.js.download │ │ ├── jquery-ui-1.10.3.full.min.js.download │ │ ├── jquery-ui.js.download │ │ ├── jquery.base64.min.js.download │ │ ├── jquery.hotkeys.min.js.download │ │ ├── jquery.jqGrid.src.js.download │ │ ├── jquery.validate.min.js.download │ │ ├── layui.js.download │ │ ├── macarons.js.download │ │ ├── main(1).css │ │ ├── main(10).css │ │ ├── main(11).css │ │ ├── main(12).css │ │ ├── main(13).css │ │ ├── main(14).css │ │ ├── main(15).css │ │ ├── main(16).css │ │ ├── main(17).css │ │ ├── main(18).css │ │ ├── main(19).css │ │ ├── main(2).css │ │ ├── main(3).css │ │ ├── main(4).css │ │ ├── main(6).css │ │ ├── main(7).css │ │ ├── main(8).css │ │ ├── main(9).css │ │ ├── main.css │ │ ├── moment.min.js.download │ │ ├── msg_zh.js.download │ │ ├── roma.js.download │ │ ├── saved_resource │ │ ├── saved_resource(1) │ │ ├── saved_resource(2) │ │ ├── saved_resource(3) │ │ ├── saved_resource(4) │ │ ├── saved_resource(5) │ │ ├── saved_resource(6) │ │ ├── saved_resource(7) │ │ ├── saved_resource(8) │ │ ├── shine.js.download │ │ ├── vintage.js.download │ │ └── zh.js.download │ ├── main.css │ ├── main.js │ ├── post_add_device.json │ ├── post_borrow_device.json │ ├── post_edit_device.json │ ├── post_get_device.json │ ├── post_get_devices.json │ ├── post_repair_device.json │ ├── post_scrap_device.json │ ├── response.json │ ├── table.txt │ └── test.js │ ├── device_manager │ ├── build │ │ ├── css │ │ │ ├── custom.css │ │ │ └── custom.min.css │ │ └── js │ │ │ ├── custom.js │ │ │ └── custom.min.js │ ├── device_manager.html │ ├── main.js │ ├── sub │ │ ├── subTqbAdd.html │ │ └── subTqbAdd_files │ │ │ ├── 2_bsdt.css │ │ │ ├── WdatePicker.css │ │ │ ├── WdatePicker.js.download │ │ │ ├── animate.min.css │ │ │ ├── bootstrap.css │ │ │ ├── bootstrap.js.download │ │ │ ├── bootstrap.min.css │ │ │ ├── common.js.download │ │ │ ├── control.css │ │ │ ├── default.css │ │ │ ├── easyui-lang-zh_CN.js.download │ │ │ ├── easyui.css │ │ │ ├── extremecomponents.css │ │ │ ├── font-awesome.min.css │ │ │ ├── icon.css │ │ │ ├── icons.css │ │ │ ├── img_questionMark.jpg │ │ │ ├── init.js.download │ │ │ ├── intro.js.download │ │ │ ├── introjs-flattener.css │ │ │ ├── introjs.css │ │ │ ├── jquery-1.8.3.min.js.download │ │ │ ├── jquery-ui.css │ │ │ ├── jquery-ui.js.download │ │ │ ├── jquery.bgiframe.js.download │ │ │ ├── jquery.cookie.js.download │ │ │ ├── jquery.datepick-zh-CN.js.download │ │ │ ├── jquery.datepick.css │ │ │ ├── jquery.datepick.js.download │ │ │ ├── jquery.easing.1.3.js.download │ │ │ ├── jquery.easyui.ajax.js.download │ │ │ ├── jquery.easyui.min.js.download │ │ │ ├── jquery.form.js.download │ │ │ ├── jquery.multiselect.css │ │ │ ├── jquery.multiselect.js.download │ │ │ ├── jquery.myValidation.css │ │ │ ├── jquery.myValidation.js.download │ │ │ ├── jquery.validate.js.download │ │ │ ├── jqury_myValidatebox.js.download │ │ │ ├── jw.css │ │ │ ├── jw.js.download │ │ │ ├── layer.css │ │ │ ├── layer.js.download │ │ │ ├── layui.css │ │ │ ├── layui.js.download │ │ │ ├── logo_white.png │ │ │ ├── main.css │ │ │ ├── mustache.js.download │ │ │ ├── mustache.min.js.download │ │ │ ├── news.png │ │ │ ├── noviceboot.png │ │ │ ├── pageSwitch.min.js.download │ │ │ ├── select2.js.download │ │ │ ├── select2.min.css │ │ │ ├── setting.png │ │ │ ├── shrink.png │ │ │ ├── stepBar.js.download │ │ │ ├── style.min.css │ │ │ ├── style_comm.css │ │ │ ├── sweetalert.css │ │ │ ├── system.css │ │ │ ├── system.js.download │ │ │ ├── top.png │ │ │ ├── ueditor.all.min.js.download │ │ │ ├── ueditor.config.js.download │ │ │ ├── user1.png │ │ │ └── zh-cn.js.download │ └── vendors │ │ ├── bootstrap │ │ ├── .bower.json │ │ ├── CHANGELOG.md │ │ ├── Gruntfile.js │ │ ├── LICENSE │ │ ├── README.md │ │ ├── bower.json │ │ ├── dist │ │ │ ├── css │ │ │ │ ├── bootstrap-theme.css │ │ │ │ ├── bootstrap-theme.css.map │ │ │ │ ├── bootstrap-theme.min.css │ │ │ │ ├── bootstrap-theme.min.css.map │ │ │ │ ├── bootstrap.css │ │ │ │ ├── bootstrap.css.map │ │ │ │ ├── bootstrap.min.css │ │ │ │ └── bootstrap.min.css.map │ │ │ ├── fonts │ │ │ │ ├── glyphicons-halflings-regular.eot │ │ │ │ ├── glyphicons-halflings-regular.svg │ │ │ │ ├── glyphicons-halflings-regular.ttf │ │ │ │ ├── glyphicons-halflings-regular.woff │ │ │ │ └── glyphicons-halflings-regular.woff2 │ │ │ └── js │ │ │ │ ├── bootstrap.js │ │ │ │ ├── bootstrap.min.js │ │ │ │ └── npm.js │ │ ├── fonts │ │ │ ├── glyphicons-halflings-regular.eot │ │ │ ├── glyphicons-halflings-regular.svg │ │ │ ├── glyphicons-halflings-regular.ttf │ │ │ ├── glyphicons-halflings-regular.woff │ │ │ └── glyphicons-halflings-regular.woff2 │ │ ├── grunt │ │ │ ├── .jshintrc │ │ │ ├── bs-commonjs-generator.js │ │ │ ├── bs-glyphicons-data-generator.js │ │ │ ├── bs-lessdoc-parser.js │ │ │ ├── bs-raw-files-generator.js │ │ │ ├── configBridge.json │ │ │ └── sauce_browsers.yml │ │ ├── js │ │ │ ├── .jscsrc │ │ │ ├── .jshintrc │ │ │ ├── affix.js │ │ │ ├── alert.js │ │ │ ├── button.js │ │ │ ├── carousel.js │ │ │ ├── collapse.js │ │ │ ├── dropdown.js │ │ │ ├── modal.js │ │ │ ├── popover.js │ │ │ ├── scrollspy.js │ │ │ ├── tab.js │ │ │ ├── tooltip.js │ │ │ └── transition.js │ │ ├── less │ │ │ ├── .csscomb.json │ │ │ ├── .csslintrc │ │ │ ├── alerts.less │ │ │ ├── badges.less │ │ │ ├── bootstrap.less │ │ │ ├── breadcrumbs.less │ │ │ ├── button-groups.less │ │ │ ├── buttons.less │ │ │ ├── carousel.less │ │ │ ├── close.less │ │ │ ├── code.less │ │ │ ├── component-animations.less │ │ │ ├── dropdowns.less │ │ │ ├── forms.less │ │ │ ├── glyphicons.less │ │ │ ├── grid.less │ │ │ ├── input-groups.less │ │ │ ├── jumbotron.less │ │ │ ├── labels.less │ │ │ ├── list-group.less │ │ │ ├── media.less │ │ │ ├── mixins.less │ │ │ ├── mixins │ │ │ │ ├── alerts.less │ │ │ │ ├── background-variant.less │ │ │ │ ├── border-radius.less │ │ │ │ ├── buttons.less │ │ │ │ ├── center-block.less │ │ │ │ ├── clearfix.less │ │ │ │ ├── forms.less │ │ │ │ ├── gradients.less │ │ │ │ ├── grid-framework.less │ │ │ │ ├── grid.less │ │ │ │ ├── hide-text.less │ │ │ │ ├── image.less │ │ │ │ ├── labels.less │ │ │ │ ├── list-group.less │ │ │ │ ├── nav-divider.less │ │ │ │ ├── nav-vertical-align.less │ │ │ │ ├── opacity.less │ │ │ │ ├── pagination.less │ │ │ │ ├── panels.less │ │ │ │ ├── progress-bar.less │ │ │ │ ├── reset-filter.less │ │ │ │ ├── reset-text.less │ │ │ │ ├── resize.less │ │ │ │ ├── responsive-visibility.less │ │ │ │ ├── size.less │ │ │ │ ├── tab-focus.less │ │ │ │ ├── table-row.less │ │ │ │ ├── text-emphasis.less │ │ │ │ ├── text-overflow.less │ │ │ │ └── vendor-prefixes.less │ │ │ ├── modals.less │ │ │ ├── navbar.less │ │ │ ├── navs.less │ │ │ ├── normalize.less │ │ │ ├── pager.less │ │ │ ├── pagination.less │ │ │ ├── panels.less │ │ │ ├── popovers.less │ │ │ ├── print.less │ │ │ ├── progress-bars.less │ │ │ ├── responsive-embed.less │ │ │ ├── responsive-utilities.less │ │ │ ├── scaffolding.less │ │ │ ├── tables.less │ │ │ ├── theme.less │ │ │ ├── thumbnails.less │ │ │ ├── tooltip.less │ │ │ ├── type.less │ │ │ ├── utilities.less │ │ │ ├── variables.less │ │ │ └── wells.less │ │ ├── nuget │ │ │ ├── MyGet.ps1 │ │ │ ├── bootstrap.less.nuspec │ │ │ └── bootstrap.nuspec │ │ ├── package.js │ │ └── package.json │ │ ├── fastclick │ │ ├── .bower.json │ │ ├── LICENSE │ │ ├── README.md │ │ ├── bower.json │ │ └── lib │ │ │ └── fastclick.js │ │ ├── font-awesome │ │ ├── .bower.json │ │ ├── .gitignore │ │ ├── .npmignore │ │ ├── HELP-US-OUT.txt │ │ ├── bower.json │ │ ├── css │ │ │ ├── font-awesome.css │ │ │ ├── font-awesome.css.map │ │ │ └── font-awesome.min.css │ │ ├── fonts │ │ │ ├── FontAwesome.otf │ │ │ ├── fontawesome-webfont.eot │ │ │ ├── fontawesome-webfont.svg │ │ │ ├── fontawesome-webfont.ttf │ │ │ ├── fontawesome-webfont.woff │ │ │ └── fontawesome-webfont.woff2 │ │ ├── less │ │ │ ├── animated.less │ │ │ ├── bordered-pulled.less │ │ │ ├── core.less │ │ │ ├── fixed-width.less │ │ │ ├── font-awesome.less │ │ │ ├── icons.less │ │ │ ├── larger.less │ │ │ ├── list.less │ │ │ ├── mixins.less │ │ │ ├── path.less │ │ │ ├── rotated-flipped.less │ │ │ ├── screen-reader.less │ │ │ ├── stacked.less │ │ │ └── variables.less │ │ └── scss │ │ │ ├── _animated.scss │ │ │ ├── _bordered-pulled.scss │ │ │ ├── _core.scss │ │ │ ├── _fixed-width.scss │ │ │ ├── _icons.scss │ │ │ ├── _larger.scss │ │ │ ├── _list.scss │ │ │ ├── _mixins.scss │ │ │ ├── _path.scss │ │ │ ├── _rotated-flipped.scss │ │ │ ├── _screen-reader.scss │ │ │ ├── _stacked.scss │ │ │ ├── _variables.scss │ │ │ └── font-awesome.scss │ │ ├── jquery │ │ ├── .bower.json │ │ ├── AUTHORS.txt │ │ ├── LICENSE.txt │ │ ├── README.md │ │ ├── bower.json │ │ ├── dist │ │ │ ├── jquery.js │ │ │ ├── jquery.min.js │ │ │ └── jquery.min.map │ │ ├── external │ │ │ └── sizzle │ │ │ │ ├── LICENSE.txt │ │ │ │ └── dist │ │ │ │ ├── sizzle.js │ │ │ │ ├── sizzle.min.js │ │ │ │ └── sizzle.min.map │ │ └── src │ │ │ ├── .jshintrc │ │ │ ├── ajax.js │ │ │ ├── ajax │ │ │ ├── jsonp.js │ │ │ ├── load.js │ │ │ ├── parseJSON.js │ │ │ ├── parseXML.js │ │ │ ├── script.js │ │ │ ├── var │ │ │ │ ├── location.js │ │ │ │ ├── nonce.js │ │ │ │ └── rquery.js │ │ │ └── xhr.js │ │ │ ├── attributes.js │ │ │ ├── attributes │ │ │ ├── attr.js │ │ │ ├── classes.js │ │ │ ├── prop.js │ │ │ ├── support.js │ │ │ └── val.js │ │ │ ├── callbacks.js │ │ │ ├── core.js │ │ │ ├── core │ │ │ ├── access.js │ │ │ ├── init.js │ │ │ ├── parseHTML.js │ │ │ ├── ready.js │ │ │ └── var │ │ │ │ └── rsingleTag.js │ │ │ ├── css.js │ │ │ ├── css │ │ │ ├── addGetHookIf.js │ │ │ ├── adjustCSS.js │ │ │ ├── curCSS.js │ │ │ ├── defaultDisplay.js │ │ │ ├── hiddenVisibleSelectors.js │ │ │ ├── showHide.js │ │ │ ├── support.js │ │ │ └── var │ │ │ │ ├── cssExpand.js │ │ │ │ ├── getStyles.js │ │ │ │ ├── isHidden.js │ │ │ │ ├── rmargin.js │ │ │ │ ├── rnumnonpx.js │ │ │ │ └── swap.js │ │ │ ├── data.js │ │ │ ├── data │ │ │ ├── Data.js │ │ │ └── var │ │ │ │ ├── acceptData.js │ │ │ │ ├── dataPriv.js │ │ │ │ └── dataUser.js │ │ │ ├── deferred.js │ │ │ ├── deprecated.js │ │ │ ├── dimensions.js │ │ │ ├── effects.js │ │ │ ├── effects │ │ │ ├── Tween.js │ │ │ └── animatedSelector.js │ │ │ ├── event.js │ │ │ ├── event │ │ │ ├── ajax.js │ │ │ ├── alias.js │ │ │ ├── focusin.js │ │ │ ├── support.js │ │ │ └── trigger.js │ │ │ ├── exports │ │ │ ├── amd.js │ │ │ └── global.js │ │ │ ├── intro.js │ │ │ ├── jquery.js │ │ │ ├── manipulation.js │ │ │ ├── manipulation │ │ │ ├── _evalUrl.js │ │ │ ├── buildFragment.js │ │ │ ├── getAll.js │ │ │ ├── setGlobalEval.js │ │ │ ├── support.js │ │ │ ├── var │ │ │ │ ├── rcheckableType.js │ │ │ │ ├── rscriptType.js │ │ │ │ └── rtagName.js │ │ │ └── wrapMap.js │ │ │ ├── offset.js │ │ │ ├── outro.js │ │ │ ├── queue.js │ │ │ ├── queue │ │ │ └── delay.js │ │ │ ├── selector-native.js │ │ │ ├── selector-sizzle.js │ │ │ ├── selector.js │ │ │ ├── serialize.js │ │ │ ├── traversing.js │ │ │ ├── traversing │ │ │ ├── findFilter.js │ │ │ └── var │ │ │ │ ├── dir.js │ │ │ │ ├── rneedsContext.js │ │ │ │ └── siblings.js │ │ │ ├── var │ │ │ ├── arr.js │ │ │ ├── class2type.js │ │ │ ├── concat.js │ │ │ ├── document.js │ │ │ ├── documentElement.js │ │ │ ├── hasOwn.js │ │ │ ├── indexOf.js │ │ │ ├── pnum.js │ │ │ ├── push.js │ │ │ ├── rcssNum.js │ │ │ ├── rnotwhite.js │ │ │ ├── slice.js │ │ │ ├── support.js │ │ │ └── toString.js │ │ │ └── wrap.js │ │ ├── nprogress │ │ ├── .bower.json │ │ ├── History.md │ │ ├── License.md │ │ ├── Notes.md │ │ ├── Readme.md │ │ ├── bower.json │ │ ├── component.json │ │ ├── index.html │ │ ├── nprogress.css │ │ ├── nprogress.js │ │ └── support │ │ │ ├── extras.css │ │ │ └── style.css │ │ └── validator │ │ ├── .bower.json │ │ ├── .gitattributes │ │ ├── .gitignore │ │ ├── README.md │ │ ├── fv.css │ │ ├── index.html │ │ ├── multifield.js │ │ ├── validator.jquery.json │ │ └── validator.js │ ├── library │ ├── bootstrap.css │ ├── images │ │ ├── ui-icons_444444_256x240.png │ │ ├── ui-icons_555555_256x240.png │ │ ├── ui-icons_777620_256x240.png │ │ ├── ui-icons_777777_256x240.png │ │ ├── ui-icons_cc0000_256x240.png │ │ └── ui-icons_ffffff_256x240.png │ ├── jquery-3.2.1.js │ ├── jquery-ui.css │ └── jquery-ui.js │ ├── login │ ├── login.html │ └── login_files │ │ ├── captcha.html │ │ ├── custom.css │ │ ├── dlm.png │ │ ├── dlts.png │ │ ├── dzkjdx.css │ │ ├── dzkjdx1366.css │ │ ├── ewm.png │ │ ├── icheck.min.js.download │ │ ├── jquery.min.js.download │ │ ├── login-language.js.download │ │ ├── login-wisedu.js.download │ │ ├── login.css │ │ ├── login.js.download │ │ ├── logo.png │ │ ├── mm.png │ │ ├── style.css │ │ ├── xjt.png │ │ └── yhdl.png │ └── main_page │ ├── main.js │ ├── main_page.html │ └── main_page_files │ ├── LOGO5.png │ ├── back.png │ ├── bf1.png │ ├── bflb.png │ ├── bzd.png │ ├── da.png │ ├── db.png │ ├── dz.png │ ├── dzw.png │ ├── jj.png │ ├── jquery.js.download │ ├── jz.png │ ├── layer(1).css │ ├── layer(2).css │ ├── layer.css │ ├── layer.js.download │ ├── layui.css │ ├── layui.js.download │ ├── list1.png │ ├── raw_1512907121.png │ ├── raw_1512907628.png │ ├── raw_1512910095.png │ ├── reset.css │ ├── rj.png │ ├── sbf.png │ ├── sbys.png │ ├── style.css │ ├── tc.png │ ├── ts.png │ ├── xtxx.png │ ├── zccx.png │ ├── zcdb.png │ └── zl (2).png ├── table.txt ├── tmp.py └── 资产管理系统主要功能展示.pdf /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/README.md -------------------------------------------------------------------------------- /__pycache__/manage.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/__pycache__/manage.cpython-36.pyc -------------------------------------------------------------------------------- /db.sqlite3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/db.sqlite3 -------------------------------------------------------------------------------- /design.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/design.txt -------------------------------------------------------------------------------- /dzkd/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dzkd/__pycache__/__init__.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/dzkd/__pycache__/__init__.cpython-36.pyc -------------------------------------------------------------------------------- /dzkd/__pycache__/__init__.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/dzkd/__pycache__/__init__.cpython-37.pyc -------------------------------------------------------------------------------- /dzkd/__pycache__/settings.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/dzkd/__pycache__/settings.cpython-36.pyc -------------------------------------------------------------------------------- /dzkd/__pycache__/settings.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/dzkd/__pycache__/settings.cpython-37.pyc -------------------------------------------------------------------------------- /dzkd/__pycache__/urls.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/dzkd/__pycache__/urls.cpython-36.pyc -------------------------------------------------------------------------------- /dzkd/__pycache__/urls.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/dzkd/__pycache__/urls.cpython-37.pyc -------------------------------------------------------------------------------- /dzkd/__pycache__/wsgi.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/dzkd/__pycache__/wsgi.cpython-36.pyc -------------------------------------------------------------------------------- /dzkd/__pycache__/wsgi.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/dzkd/__pycache__/wsgi.cpython-37.pyc -------------------------------------------------------------------------------- /dzkd/settings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/dzkd/settings.py -------------------------------------------------------------------------------- /dzkd/urls.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/dzkd/urls.py -------------------------------------------------------------------------------- /dzkd/wsgi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/dzkd/wsgi.py -------------------------------------------------------------------------------- /index/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /index/__pycache__/__init__.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/index/__pycache__/__init__.cpython-36.pyc -------------------------------------------------------------------------------- /index/__pycache__/__init__.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/index/__pycache__/__init__.cpython-37.pyc -------------------------------------------------------------------------------- /index/__pycache__/admin.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/index/__pycache__/admin.cpython-36.pyc -------------------------------------------------------------------------------- /index/__pycache__/admin.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/index/__pycache__/admin.cpython-37.pyc -------------------------------------------------------------------------------- /index/__pycache__/models.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/index/__pycache__/models.cpython-36.pyc -------------------------------------------------------------------------------- /index/__pycache__/models.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/index/__pycache__/models.cpython-37.pyc -------------------------------------------------------------------------------- /index/__pycache__/urls.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/index/__pycache__/urls.cpython-36.pyc -------------------------------------------------------------------------------- /index/__pycache__/urls.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/index/__pycache__/urls.cpython-37.pyc -------------------------------------------------------------------------------- /index/__pycache__/views.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/index/__pycache__/views.cpython-36.pyc -------------------------------------------------------------------------------- /index/__pycache__/views.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/index/__pycache__/views.cpython-37.pyc -------------------------------------------------------------------------------- /index/admin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/index/admin.py -------------------------------------------------------------------------------- /index/apps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/index/apps.py -------------------------------------------------------------------------------- /index/migrations/0001_initial.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/index/migrations/0001_initial.py -------------------------------------------------------------------------------- /index/migrations/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /index/migrations/__pycache__/0001_initial.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/index/migrations/__pycache__/0001_initial.cpython-36.pyc -------------------------------------------------------------------------------- /index/migrations/__pycache__/0001_initial.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/index/migrations/__pycache__/0001_initial.cpython-37.pyc -------------------------------------------------------------------------------- /index/migrations/__pycache__/__init__.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/index/migrations/__pycache__/__init__.cpython-36.pyc -------------------------------------------------------------------------------- /index/migrations/__pycache__/__init__.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/index/migrations/__pycache__/__init__.cpython-37.pyc -------------------------------------------------------------------------------- /index/models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/index/models.py -------------------------------------------------------------------------------- /index/tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/index/tests.py -------------------------------------------------------------------------------- /index/urls.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/index/urls.py -------------------------------------------------------------------------------- /index/views.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/index/views.py -------------------------------------------------------------------------------- /manage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/manage.py -------------------------------------------------------------------------------- /readme_images/Ideal_Logo_Davies.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/readme_images/Ideal_Logo_Davies.ico -------------------------------------------------------------------------------- /readme_images/MIT_license.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/readme_images/MIT_license.svg -------------------------------------------------------------------------------- /readme_images/design.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/readme_images/design.png -------------------------------------------------------------------------------- /readme_images/result00.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/readme_images/result00.jpg -------------------------------------------------------------------------------- /readme_images/result01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/readme_images/result01.jpg -------------------------------------------------------------------------------- /readme_images/result02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/readme_images/result02.jpg -------------------------------------------------------------------------------- /readme_images/result03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/readme_images/result03.jpg -------------------------------------------------------------------------------- /readme_images/result04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/readme_images/result04.jpg -------------------------------------------------------------------------------- /readme_images/result05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/readme_images/result05.jpg -------------------------------------------------------------------------------- /readme_images/result06.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/readme_images/result06.jpg -------------------------------------------------------------------------------- /readme_images/result07.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/readme_images/result07.jpg -------------------------------------------------------------------------------- /readme_images/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/readme_images/screenshot.png -------------------------------------------------------------------------------- /static/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/excel/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/excel/aaa.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/excel/aaa.xlsx -------------------------------------------------------------------------------- /static/excel/工作簿1.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/excel/工作簿1.xlsx -------------------------------------------------------------------------------- /static/excel工作簿1.xlsx: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/images/device/03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/images/device/03.jpg -------------------------------------------------------------------------------- /static/images/device/03_O1ceK2x.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/images/device/03_O1ceK2x.jpg -------------------------------------------------------------------------------- /static/images/device/12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/images/device/12.jpg -------------------------------------------------------------------------------- /static/images/device/12_4c2NRll.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/images/device/12_4c2NRll.jpg -------------------------------------------------------------------------------- /static/images/device/12_j843kcT.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/images/device/12_j843kcT.jpg -------------------------------------------------------------------------------- /static/images/device/20.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/images/device/20.jpg -------------------------------------------------------------------------------- /static/images/device/21.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/images/device/21.jpg -------------------------------------------------------------------------------- /static/images/device/21_VsrXsIq.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/images/device/21_VsrXsIq.jpg -------------------------------------------------------------------------------- /static/images/device/21_dAdwwEt.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/images/device/21_dAdwwEt.jpg -------------------------------------------------------------------------------- /static/images/device/21_j2euYix.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/images/device/21_j2euYix.jpg -------------------------------------------------------------------------------- /static/images/device/21_vPPmu6c.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/images/device/21_vPPmu6c.jpg -------------------------------------------------------------------------------- /static/images/device/26.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/images/device/26.jpg -------------------------------------------------------------------------------- /static/images/device/29.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/images/device/29.jpg -------------------------------------------------------------------------------- /static/images/device/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/images/device/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/images/device/favicon.ico -------------------------------------------------------------------------------- /static/images/device/favicon_EuaZBnO.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/images/device/favicon_EuaZBnO.ico -------------------------------------------------------------------------------- /static/images/device/favicon_HaAZgGU.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/images/device/favicon_HaAZgGU.ico -------------------------------------------------------------------------------- /static/images/device/favicon_W4lex6c.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/images/device/favicon_W4lex6c.ico -------------------------------------------------------------------------------- /static/images/device/favicon_c4Yl6EX.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/images/device/favicon_c4Yl6EX.ico -------------------------------------------------------------------------------- /static/images/device/favicon_hKbhSE9.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/images/device/favicon_hKbhSE9.ico -------------------------------------------------------------------------------- /static/website/add_devices/assets/bootstrap/css/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/add_devices/assets/bootstrap/css/bootstrap.min.css -------------------------------------------------------------------------------- /static/website/add_devices/assets/bootstrap/js/bootstrap.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/add_devices/assets/bootstrap/js/bootstrap.min.js -------------------------------------------------------------------------------- /static/website/add_devices/assets/css/styles.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/website/add_devices/assets/js/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/add_devices/assets/js/jquery.min.js -------------------------------------------------------------------------------- /static/website/add_devices/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/add_devices/index.html -------------------------------------------------------------------------------- /static/website/add_devices/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/add_devices/main.js -------------------------------------------------------------------------------- /static/website/all_devices/all_devices.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices.html -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/00-00373.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/00-00373.jpg -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/00E00312.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/00E00312.jpg -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/01E00259.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/01E00259.jpg -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/01E00518.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/01E00518.jpg -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/01E02410.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/01E02410.jpg -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/01E03153.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/01E03153.jpg -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/01E03231.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/01E03231.jpg -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/01E03468.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/01E03468.jpg -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/01E03613.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/01E03613.jpg -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/14010060.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/14010060.jpg -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/14010392.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/14010392.jpg -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/14011092.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/14011092.jpg -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/20020491.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/20020491.jpg -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/ace-elements.min.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/ace-elements.min.js.download -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/ace-extra.min.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/ace-extra.min.js.download -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/ace.min.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/ace.min.js.download -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/aui.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/aui.css -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/available_languages.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/available_languages.jsp -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/banner1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/banner1.jpg -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/barebone.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/barebone.jsp -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/base64.min.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/base64.min.js.download -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/bootbox.min.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/bootbox.min.js.download -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/bootstrap-datepicker.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/bootstrap-datepicker.js.download -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/bootstrap-datetimepicke.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/bootstrap-datetimepicke.js.download -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/bootstrap-paginator.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/bootstrap-paginator.js.download -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/bootstrap-timepicker.min.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/bootstrap-timepicker.min.js.download -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/bootstrap-wysiwyg.min.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/bootstrap-wysiwyg.min.js.download -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/bootstrap.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/bootstrap.js.download -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/chosen.jquery.min.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/chosen.jquery.min.js.download -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/company_logo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/company_logo -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/dark.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/dark.js.download -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/defaultPc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/defaultPc.png -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/echarts.min.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/echarts.min.js.download -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/fileinput.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/fileinput.js.download -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/grid.locale-cn.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/grid.locale-cn.js.download -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/icon(1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/icon(1).png -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/icon(2).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/icon(2).png -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/icon(3).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/icon(3).png -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/icon(4).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/icon(4).png -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/icon.png -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/infographic.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/infographic.js.download -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/jquery-1.9.1.min.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/jquery-1.9.1.min.js.download -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/jquery-confirm.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/jquery-confirm.js.download -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/jquery-form.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/jquery-form.js.download -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/jquery-ui-1.10.3.full.min.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/jquery-ui-1.10.3.full.min.js.download -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/jquery-ui.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/jquery-ui.js.download -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/jquery.base64.min.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/jquery.base64.min.js.download -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/jquery.hotkeys.min.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/jquery.hotkeys.min.js.download -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/jquery.jqGrid.src.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/jquery.jqGrid.src.js.download -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/jquery.lazyload.min.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/jquery.lazyload.min.js.download -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/jquery.searchableSelect.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/jquery.searchableSelect.css -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/jquery.searchableSelect.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/jquery.searchableSelect.js.download -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/jquery.validate.min.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/jquery.validate.min.js.download -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/layui.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/layui.js.download -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/macarons.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/macarons.js.download -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/main(1).css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/main(1).css -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/main(10).css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/main(11).css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/main(12).css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/main(13).css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/main(13).css -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/main(14).css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/main(15).css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/main(16).css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/main(16).css -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/main(17).css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/main(17).css -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/main(18).css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/main(18).css -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/main(19).css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/main(19).css -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/main(2).css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/main(2).css -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/main(3).css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/main(3).css -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/main(4).css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/main(6).css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/main(6).css -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/main(7).css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/main(8).css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/main(8).css -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/main(9).css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/main.css -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/main.js(1).download: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/main.js(10).download: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/main.js(11).download: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/main.js(12).download: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/main.js(13).download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/main.js(13).download -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/main.js(2).download: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/main.js(3).download: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/main.js(5).download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/main.js(5).download -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/main.js(6).download: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/main.js(7).download: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/main.js(8).download: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/main.js(9).download: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/main.js.download: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/moment.min.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/moment.min.js.download -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/msg_zh.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/msg_zh.js.download -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/myPagenate.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/myPagenate.js.download -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/roma.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/roma.js.download -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/saved_resource: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/saved_resource -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/saved_resource(1): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/saved_resource(1) -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/saved_resource(2): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/saved_resource(2) -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/saved_resource(3): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/saved_resource(3) -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/saved_resource(4): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/saved_resource(4) -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/saved_resource(5): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/saved_resource(5) -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/saved_resource(6): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/saved_resource(6) -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/saved_resource(7): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/saved_resource(7) -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/saved_resource(8): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/saved_resource(8) -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/shine.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/shine.js.download -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/vintage.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/vintage.js.download -------------------------------------------------------------------------------- /static/website/all_devices/all_devices_files/zh.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/all_devices_files/zh.js.download -------------------------------------------------------------------------------- /static/website/all_devices/device_info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/device_info.json -------------------------------------------------------------------------------- /static/website/all_devices/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/main.js -------------------------------------------------------------------------------- /static/website/all_devices/test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/all_devices/test.js -------------------------------------------------------------------------------- /static/website/asset/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/asset/banner.png -------------------------------------------------------------------------------- /static/website/asset/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/asset/bg.jpg -------------------------------------------------------------------------------- /static/website/asset/bg2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/asset/bg2.jpg -------------------------------------------------------------------------------- /static/website/asset/devices/01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/asset/devices/01.jpg -------------------------------------------------------------------------------- /static/website/asset/devices/02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/asset/devices/02.jpg -------------------------------------------------------------------------------- /static/website/asset/devices/03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/asset/devices/03.jpg -------------------------------------------------------------------------------- /static/website/asset/devices/04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/asset/devices/04.jpg -------------------------------------------------------------------------------- /static/website/asset/devices/05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/asset/devices/05.jpg -------------------------------------------------------------------------------- /static/website/asset/devices/06.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/asset/devices/06.jpg -------------------------------------------------------------------------------- /static/website/asset/devices/07.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/asset/devices/07.jpg -------------------------------------------------------------------------------- /static/website/asset/devices/08.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/asset/devices/08.jpg -------------------------------------------------------------------------------- /static/website/asset/devices/09.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/asset/devices/09.jpg -------------------------------------------------------------------------------- /static/website/asset/devices/10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/asset/devices/10.jpg -------------------------------------------------------------------------------- /static/website/asset/devices/11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/asset/devices/11.jpg -------------------------------------------------------------------------------- /static/website/asset/devices/12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/asset/devices/12.jpg -------------------------------------------------------------------------------- /static/website/asset/devices/13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/asset/devices/13.jpg -------------------------------------------------------------------------------- /static/website/asset/devices/14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/asset/devices/14.jpg -------------------------------------------------------------------------------- /static/website/asset/devices/15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/asset/devices/15.jpg -------------------------------------------------------------------------------- /static/website/asset/devices/16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/asset/devices/16.jpg -------------------------------------------------------------------------------- /static/website/asset/devices/17.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/asset/devices/17.jpg -------------------------------------------------------------------------------- /static/website/asset/devices/18.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/asset/devices/18.jpg -------------------------------------------------------------------------------- /static/website/asset/devices/19.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/asset/devices/19.jpg -------------------------------------------------------------------------------- /static/website/asset/devices/20.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/asset/devices/20.jpg -------------------------------------------------------------------------------- /static/website/asset/devices/21.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/asset/devices/21.jpg -------------------------------------------------------------------------------- /static/website/asset/devices/22.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/asset/devices/22.jpg -------------------------------------------------------------------------------- /static/website/asset/devices/24.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/asset/devices/24.jpg -------------------------------------------------------------------------------- /static/website/asset/devices/26.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/asset/devices/26.jpg -------------------------------------------------------------------------------- /static/website/asset/devices/29.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/asset/devices/29.jpg -------------------------------------------------------------------------------- /static/website/asset/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/asset/loading.gif -------------------------------------------------------------------------------- /static/website/asset/loading2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/asset/loading2.gif -------------------------------------------------------------------------------- /static/website/asset/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/asset/logo.png -------------------------------------------------------------------------------- /static/website/device_info/asset/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/asset/banner.png -------------------------------------------------------------------------------- /static/website/device_info/asset/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/asset/loading.gif -------------------------------------------------------------------------------- /static/website/device_info/asset/loading2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/asset/loading2.gif -------------------------------------------------------------------------------- /static/website/device_info/asset/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/asset/logo.png -------------------------------------------------------------------------------- /static/website/device_info/device_info.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/device_info.html -------------------------------------------------------------------------------- /static/website/device_info/device_info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/device_info.json -------------------------------------------------------------------------------- /static/website/device_info/device_info_files/00E00312.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/device_info_files/00E00312.jpg -------------------------------------------------------------------------------- /static/website/device_info/device_info_files/ace-elements.min.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/device_info_files/ace-elements.min.js.download -------------------------------------------------------------------------------- /static/website/device_info/device_info_files/ace-extra.min.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/device_info_files/ace-extra.min.js.download -------------------------------------------------------------------------------- /static/website/device_info/device_info_files/ace.min.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/device_info_files/ace.min.js.download -------------------------------------------------------------------------------- /static/website/device_info/device_info_files/aui.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/device_info_files/aui.css -------------------------------------------------------------------------------- /static/website/device_info/device_info_files/available_languages.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/device_info_files/available_languages.jsp -------------------------------------------------------------------------------- /static/website/device_info/device_info_files/banner1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/device_info_files/banner1.jpg -------------------------------------------------------------------------------- /static/website/device_info/device_info_files/barebone.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/device_info_files/barebone.jsp -------------------------------------------------------------------------------- /static/website/device_info/device_info_files/base64.min.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/device_info_files/base64.min.js.download -------------------------------------------------------------------------------- /static/website/device_info/device_info_files/bootbox.min.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/device_info_files/bootbox.min.js.download -------------------------------------------------------------------------------- /static/website/device_info/device_info_files/bootstrap-datepicker.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/device_info_files/bootstrap-datepicker.js.download -------------------------------------------------------------------------------- /static/website/device_info/device_info_files/bootstrap-datetimepicke.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/device_info_files/bootstrap-datetimepicke.js.download -------------------------------------------------------------------------------- /static/website/device_info/device_info_files/bootstrap-paginator.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/device_info_files/bootstrap-paginator.js.download -------------------------------------------------------------------------------- /static/website/device_info/device_info_files/bootstrap-timepicker.min.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/device_info_files/bootstrap-timepicker.min.js.download -------------------------------------------------------------------------------- /static/website/device_info/device_info_files/bootstrap-wysiwyg.min.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/device_info_files/bootstrap-wysiwyg.min.js.download -------------------------------------------------------------------------------- /static/website/device_info/device_info_files/bootstrap.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/device_info_files/bootstrap.js.download -------------------------------------------------------------------------------- /static/website/device_info/device_info_files/chosen.jquery.min.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/device_info_files/chosen.jquery.min.js.download -------------------------------------------------------------------------------- /static/website/device_info/device_info_files/company_logo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/device_info_files/company_logo -------------------------------------------------------------------------------- /static/website/device_info/device_info_files/dark.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/device_info_files/dark.js.download -------------------------------------------------------------------------------- /static/website/device_info/device_info_files/device.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/device_info_files/device.png -------------------------------------------------------------------------------- /static/website/device_info/device_info_files/echarts.min.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/device_info_files/echarts.min.js.download -------------------------------------------------------------------------------- /static/website/device_info/device_info_files/fileinput.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/device_info_files/fileinput.js.download -------------------------------------------------------------------------------- /static/website/device_info/device_info_files/grid.locale-cn.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/device_info_files/grid.locale-cn.js.download -------------------------------------------------------------------------------- /static/website/device_info/device_info_files/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/device_info_files/icon.png -------------------------------------------------------------------------------- /static/website/device_info/device_info_files/infographic.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/device_info_files/infographic.js.download -------------------------------------------------------------------------------- /static/website/device_info/device_info_files/jquery-1.9.1.min.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/device_info_files/jquery-1.9.1.min.js.download -------------------------------------------------------------------------------- /static/website/device_info/device_info_files/jquery-confirm.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/device_info_files/jquery-confirm.js.download -------------------------------------------------------------------------------- /static/website/device_info/device_info_files/jquery-form.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/device_info_files/jquery-form.js.download -------------------------------------------------------------------------------- /static/website/device_info/device_info_files/jquery-ui-1.10.3.full.min.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/device_info_files/jquery-ui-1.10.3.full.min.js.download -------------------------------------------------------------------------------- /static/website/device_info/device_info_files/jquery-ui.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/device_info_files/jquery-ui.js.download -------------------------------------------------------------------------------- /static/website/device_info/device_info_files/jquery.base64.min.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/device_info_files/jquery.base64.min.js.download -------------------------------------------------------------------------------- /static/website/device_info/device_info_files/jquery.hotkeys.min.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/device_info_files/jquery.hotkeys.min.js.download -------------------------------------------------------------------------------- /static/website/device_info/device_info_files/jquery.jqGrid.src.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/device_info_files/jquery.jqGrid.src.js.download -------------------------------------------------------------------------------- /static/website/device_info/device_info_files/jquery.validate.min.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/device_info_files/jquery.validate.min.js.download -------------------------------------------------------------------------------- /static/website/device_info/device_info_files/layui.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/device_info_files/layui.js.download -------------------------------------------------------------------------------- /static/website/device_info/device_info_files/macarons.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/device_info_files/macarons.js.download -------------------------------------------------------------------------------- /static/website/device_info/device_info_files/main(1).css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/device_info_files/main(1).css -------------------------------------------------------------------------------- /static/website/device_info/device_info_files/main(10).css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/website/device_info/device_info_files/main(11).css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/website/device_info/device_info_files/main(12).css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/website/device_info/device_info_files/main(13).css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/device_info_files/main(13).css -------------------------------------------------------------------------------- /static/website/device_info/device_info_files/main(14).css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/website/device_info/device_info_files/main(15).css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/website/device_info/device_info_files/main(16).css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/device_info_files/main(16).css -------------------------------------------------------------------------------- /static/website/device_info/device_info_files/main(17).css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/device_info_files/main(17).css -------------------------------------------------------------------------------- /static/website/device_info/device_info_files/main(18).css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/device_info_files/main(18).css -------------------------------------------------------------------------------- /static/website/device_info/device_info_files/main(19).css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/device_info_files/main(19).css -------------------------------------------------------------------------------- /static/website/device_info/device_info_files/main(2).css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/device_info_files/main(2).css -------------------------------------------------------------------------------- /static/website/device_info/device_info_files/main(3).css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/device_info_files/main(3).css -------------------------------------------------------------------------------- /static/website/device_info/device_info_files/main(4).css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/website/device_info/device_info_files/main(6).css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/device_info_files/main(6).css -------------------------------------------------------------------------------- /static/website/device_info/device_info_files/main(7).css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/website/device_info/device_info_files/main(8).css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/device_info_files/main(8).css -------------------------------------------------------------------------------- /static/website/device_info/device_info_files/main(9).css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/website/device_info/device_info_files/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/device_info_files/main.css -------------------------------------------------------------------------------- /static/website/device_info/device_info_files/moment.min.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/device_info_files/moment.min.js.download -------------------------------------------------------------------------------- /static/website/device_info/device_info_files/msg_zh.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/device_info_files/msg_zh.js.download -------------------------------------------------------------------------------- /static/website/device_info/device_info_files/roma.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/device_info_files/roma.js.download -------------------------------------------------------------------------------- /static/website/device_info/device_info_files/saved_resource: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/device_info_files/saved_resource -------------------------------------------------------------------------------- /static/website/device_info/device_info_files/saved_resource(1): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/device_info_files/saved_resource(1) -------------------------------------------------------------------------------- /static/website/device_info/device_info_files/saved_resource(2): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/device_info_files/saved_resource(2) -------------------------------------------------------------------------------- /static/website/device_info/device_info_files/saved_resource(3): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/device_info_files/saved_resource(3) -------------------------------------------------------------------------------- /static/website/device_info/device_info_files/saved_resource(4): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/device_info_files/saved_resource(4) -------------------------------------------------------------------------------- /static/website/device_info/device_info_files/saved_resource(5): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/device_info_files/saved_resource(5) -------------------------------------------------------------------------------- /static/website/device_info/device_info_files/saved_resource(6): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/device_info_files/saved_resource(6) -------------------------------------------------------------------------------- /static/website/device_info/device_info_files/saved_resource(7): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/device_info_files/saved_resource(7) -------------------------------------------------------------------------------- /static/website/device_info/device_info_files/saved_resource(8): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/device_info_files/saved_resource(8) -------------------------------------------------------------------------------- /static/website/device_info/device_info_files/shine.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/device_info_files/shine.js.download -------------------------------------------------------------------------------- /static/website/device_info/device_info_files/vintage.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/device_info_files/vintage.js.download -------------------------------------------------------------------------------- /static/website/device_info/device_info_files/zh.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/device_info_files/zh.js.download -------------------------------------------------------------------------------- /static/website/device_info/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/main.css -------------------------------------------------------------------------------- /static/website/device_info/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/main.js -------------------------------------------------------------------------------- /static/website/device_info/post_add_device.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/post_add_device.json -------------------------------------------------------------------------------- /static/website/device_info/post_borrow_device.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/post_borrow_device.json -------------------------------------------------------------------------------- /static/website/device_info/post_edit_device.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/post_edit_device.json -------------------------------------------------------------------------------- /static/website/device_info/post_get_device.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/post_get_device.json -------------------------------------------------------------------------------- /static/website/device_info/post_get_devices.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/post_get_devices.json -------------------------------------------------------------------------------- /static/website/device_info/post_repair_device.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/post_repair_device.json -------------------------------------------------------------------------------- /static/website/device_info/post_scrap_device.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/post_scrap_device.json -------------------------------------------------------------------------------- /static/website/device_info/response.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/response.json -------------------------------------------------------------------------------- /static/website/device_info/table.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/table.txt -------------------------------------------------------------------------------- /static/website/device_info/test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_info/test.js -------------------------------------------------------------------------------- /static/website/device_manager/build/css/custom.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/build/css/custom.css -------------------------------------------------------------------------------- /static/website/device_manager/build/css/custom.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/build/css/custom.min.css -------------------------------------------------------------------------------- /static/website/device_manager/build/js/custom.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/build/js/custom.js -------------------------------------------------------------------------------- /static/website/device_manager/build/js/custom.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/build/js/custom.min.js -------------------------------------------------------------------------------- /static/website/device_manager/device_manager.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/device_manager.html -------------------------------------------------------------------------------- /static/website/device_manager/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/main.js -------------------------------------------------------------------------------- /static/website/device_manager/sub/subTqbAdd.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/sub/subTqbAdd.html -------------------------------------------------------------------------------- /static/website/device_manager/sub/subTqbAdd_files/2_bsdt.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/sub/subTqbAdd_files/2_bsdt.css -------------------------------------------------------------------------------- /static/website/device_manager/sub/subTqbAdd_files/WdatePicker.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/sub/subTqbAdd_files/WdatePicker.css -------------------------------------------------------------------------------- /static/website/device_manager/sub/subTqbAdd_files/WdatePicker.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/sub/subTqbAdd_files/WdatePicker.js.download -------------------------------------------------------------------------------- /static/website/device_manager/sub/subTqbAdd_files/animate.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/sub/subTqbAdd_files/animate.min.css -------------------------------------------------------------------------------- /static/website/device_manager/sub/subTqbAdd_files/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/sub/subTqbAdd_files/bootstrap.css -------------------------------------------------------------------------------- /static/website/device_manager/sub/subTqbAdd_files/bootstrap.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/sub/subTqbAdd_files/bootstrap.js.download -------------------------------------------------------------------------------- /static/website/device_manager/sub/subTqbAdd_files/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/sub/subTqbAdd_files/bootstrap.min.css -------------------------------------------------------------------------------- /static/website/device_manager/sub/subTqbAdd_files/common.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/sub/subTqbAdd_files/common.js.download -------------------------------------------------------------------------------- /static/website/device_manager/sub/subTqbAdd_files/control.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/sub/subTqbAdd_files/control.css -------------------------------------------------------------------------------- /static/website/device_manager/sub/subTqbAdd_files/default.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/sub/subTqbAdd_files/default.css -------------------------------------------------------------------------------- /static/website/device_manager/sub/subTqbAdd_files/easyui-lang-zh_CN.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/sub/subTqbAdd_files/easyui-lang-zh_CN.js.download -------------------------------------------------------------------------------- /static/website/device_manager/sub/subTqbAdd_files/easyui.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/sub/subTqbAdd_files/easyui.css -------------------------------------------------------------------------------- /static/website/device_manager/sub/subTqbAdd_files/extremecomponents.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/sub/subTqbAdd_files/extremecomponents.css -------------------------------------------------------------------------------- /static/website/device_manager/sub/subTqbAdd_files/font-awesome.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/sub/subTqbAdd_files/font-awesome.min.css -------------------------------------------------------------------------------- /static/website/device_manager/sub/subTqbAdd_files/icon.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/sub/subTqbAdd_files/icon.css -------------------------------------------------------------------------------- /static/website/device_manager/sub/subTqbAdd_files/icons.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/sub/subTqbAdd_files/icons.css -------------------------------------------------------------------------------- /static/website/device_manager/sub/subTqbAdd_files/img_questionMark.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/sub/subTqbAdd_files/img_questionMark.jpg -------------------------------------------------------------------------------- /static/website/device_manager/sub/subTqbAdd_files/init.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/sub/subTqbAdd_files/init.js.download -------------------------------------------------------------------------------- /static/website/device_manager/sub/subTqbAdd_files/intro.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/sub/subTqbAdd_files/intro.js.download -------------------------------------------------------------------------------- /static/website/device_manager/sub/subTqbAdd_files/introjs-flattener.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/sub/subTqbAdd_files/introjs-flattener.css -------------------------------------------------------------------------------- /static/website/device_manager/sub/subTqbAdd_files/introjs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/sub/subTqbAdd_files/introjs.css -------------------------------------------------------------------------------- /static/website/device_manager/sub/subTqbAdd_files/jquery-1.8.3.min.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/sub/subTqbAdd_files/jquery-1.8.3.min.js.download -------------------------------------------------------------------------------- /static/website/device_manager/sub/subTqbAdd_files/jquery-ui.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/sub/subTqbAdd_files/jquery-ui.css -------------------------------------------------------------------------------- /static/website/device_manager/sub/subTqbAdd_files/jquery-ui.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/sub/subTqbAdd_files/jquery-ui.js.download -------------------------------------------------------------------------------- /static/website/device_manager/sub/subTqbAdd_files/jquery.bgiframe.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/sub/subTqbAdd_files/jquery.bgiframe.js.download -------------------------------------------------------------------------------- /static/website/device_manager/sub/subTqbAdd_files/jquery.cookie.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/sub/subTqbAdd_files/jquery.cookie.js.download -------------------------------------------------------------------------------- /static/website/device_manager/sub/subTqbAdd_files/jquery.datepick.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/sub/subTqbAdd_files/jquery.datepick.css -------------------------------------------------------------------------------- /static/website/device_manager/sub/subTqbAdd_files/jquery.datepick.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/sub/subTqbAdd_files/jquery.datepick.js.download -------------------------------------------------------------------------------- /static/website/device_manager/sub/subTqbAdd_files/jquery.easing.1.3.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/sub/subTqbAdd_files/jquery.easing.1.3.js.download -------------------------------------------------------------------------------- /static/website/device_manager/sub/subTqbAdd_files/jquery.easyui.ajax.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/sub/subTqbAdd_files/jquery.easyui.ajax.js.download -------------------------------------------------------------------------------- /static/website/device_manager/sub/subTqbAdd_files/jquery.easyui.min.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/sub/subTqbAdd_files/jquery.easyui.min.js.download -------------------------------------------------------------------------------- /static/website/device_manager/sub/subTqbAdd_files/jquery.form.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/sub/subTqbAdd_files/jquery.form.js.download -------------------------------------------------------------------------------- /static/website/device_manager/sub/subTqbAdd_files/jquery.multiselect.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/sub/subTqbAdd_files/jquery.multiselect.css -------------------------------------------------------------------------------- /static/website/device_manager/sub/subTqbAdd_files/jquery.multiselect.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/sub/subTqbAdd_files/jquery.multiselect.js.download -------------------------------------------------------------------------------- /static/website/device_manager/sub/subTqbAdd_files/jquery.myValidation.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/sub/subTqbAdd_files/jquery.myValidation.css -------------------------------------------------------------------------------- /static/website/device_manager/sub/subTqbAdd_files/jquery.myValidation.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/sub/subTqbAdd_files/jquery.myValidation.js.download -------------------------------------------------------------------------------- /static/website/device_manager/sub/subTqbAdd_files/jquery.validate.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/sub/subTqbAdd_files/jquery.validate.js.download -------------------------------------------------------------------------------- /static/website/device_manager/sub/subTqbAdd_files/jqury_myValidatebox.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/sub/subTqbAdd_files/jqury_myValidatebox.js.download -------------------------------------------------------------------------------- /static/website/device_manager/sub/subTqbAdd_files/jw.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/sub/subTqbAdd_files/jw.css -------------------------------------------------------------------------------- /static/website/device_manager/sub/subTqbAdd_files/jw.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/sub/subTqbAdd_files/jw.js.download -------------------------------------------------------------------------------- /static/website/device_manager/sub/subTqbAdd_files/layer.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/sub/subTqbAdd_files/layer.css -------------------------------------------------------------------------------- /static/website/device_manager/sub/subTqbAdd_files/layer.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/sub/subTqbAdd_files/layer.js.download -------------------------------------------------------------------------------- /static/website/device_manager/sub/subTqbAdd_files/layui.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/sub/subTqbAdd_files/layui.css -------------------------------------------------------------------------------- /static/website/device_manager/sub/subTqbAdd_files/layui.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/sub/subTqbAdd_files/layui.js.download -------------------------------------------------------------------------------- /static/website/device_manager/sub/subTqbAdd_files/logo_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/sub/subTqbAdd_files/logo_white.png -------------------------------------------------------------------------------- /static/website/device_manager/sub/subTqbAdd_files/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/sub/subTqbAdd_files/main.css -------------------------------------------------------------------------------- /static/website/device_manager/sub/subTqbAdd_files/mustache.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/sub/subTqbAdd_files/mustache.js.download -------------------------------------------------------------------------------- /static/website/device_manager/sub/subTqbAdd_files/mustache.min.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/sub/subTqbAdd_files/mustache.min.js.download -------------------------------------------------------------------------------- /static/website/device_manager/sub/subTqbAdd_files/news.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/sub/subTqbAdd_files/news.png -------------------------------------------------------------------------------- /static/website/device_manager/sub/subTqbAdd_files/noviceboot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/sub/subTqbAdd_files/noviceboot.png -------------------------------------------------------------------------------- /static/website/device_manager/sub/subTqbAdd_files/pageSwitch.min.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/sub/subTqbAdd_files/pageSwitch.min.js.download -------------------------------------------------------------------------------- /static/website/device_manager/sub/subTqbAdd_files/select2.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/sub/subTqbAdd_files/select2.js.download -------------------------------------------------------------------------------- /static/website/device_manager/sub/subTqbAdd_files/select2.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/sub/subTqbAdd_files/select2.min.css -------------------------------------------------------------------------------- /static/website/device_manager/sub/subTqbAdd_files/setting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/sub/subTqbAdd_files/setting.png -------------------------------------------------------------------------------- /static/website/device_manager/sub/subTqbAdd_files/shrink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/sub/subTqbAdd_files/shrink.png -------------------------------------------------------------------------------- /static/website/device_manager/sub/subTqbAdd_files/stepBar.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/sub/subTqbAdd_files/stepBar.js.download -------------------------------------------------------------------------------- /static/website/device_manager/sub/subTqbAdd_files/style.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/sub/subTqbAdd_files/style.min.css -------------------------------------------------------------------------------- /static/website/device_manager/sub/subTqbAdd_files/style_comm.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/sub/subTqbAdd_files/style_comm.css -------------------------------------------------------------------------------- /static/website/device_manager/sub/subTqbAdd_files/sweetalert.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/sub/subTqbAdd_files/sweetalert.css -------------------------------------------------------------------------------- /static/website/device_manager/sub/subTqbAdd_files/system.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/sub/subTqbAdd_files/system.css -------------------------------------------------------------------------------- /static/website/device_manager/sub/subTqbAdd_files/system.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/sub/subTqbAdd_files/system.js.download -------------------------------------------------------------------------------- /static/website/device_manager/sub/subTqbAdd_files/top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/sub/subTqbAdd_files/top.png -------------------------------------------------------------------------------- /static/website/device_manager/sub/subTqbAdd_files/ueditor.all.min.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/sub/subTqbAdd_files/ueditor.all.min.js.download -------------------------------------------------------------------------------- /static/website/device_manager/sub/subTqbAdd_files/ueditor.config.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/sub/subTqbAdd_files/ueditor.config.js.download -------------------------------------------------------------------------------- /static/website/device_manager/sub/subTqbAdd_files/user1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/sub/subTqbAdd_files/user1.png -------------------------------------------------------------------------------- /static/website/device_manager/sub/subTqbAdd_files/zh-cn.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/sub/subTqbAdd_files/zh-cn.js.download -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/.bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/.bower.json -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/CHANGELOG.md -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/Gruntfile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/Gruntfile.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/LICENSE -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/README.md -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/bower.json -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/dist/css/bootstrap-theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/dist/css/bootstrap-theme.css -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/dist/css/bootstrap-theme.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/dist/css/bootstrap-theme.css.map -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/dist/css/bootstrap-theme.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/dist/css/bootstrap-theme.min.css -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/dist/css/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/dist/css/bootstrap.css -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/dist/css/bootstrap.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/dist/css/bootstrap.css.map -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/dist/css/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/dist/css/bootstrap.min.css -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/dist/css/bootstrap.min.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/dist/css/bootstrap.min.css.map -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/dist/js/bootstrap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/dist/js/bootstrap.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/dist/js/bootstrap.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/dist/js/bootstrap.min.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/dist/js/npm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/dist/js/npm.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/grunt/.jshintrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/grunt/.jshintrc -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/grunt/bs-commonjs-generator.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/grunt/bs-commonjs-generator.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/grunt/bs-lessdoc-parser.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/grunt/bs-lessdoc-parser.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/grunt/bs-raw-files-generator.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/grunt/bs-raw-files-generator.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/grunt/configBridge.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/grunt/configBridge.json -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/grunt/sauce_browsers.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/grunt/sauce_browsers.yml -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/js/.jscsrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/js/.jscsrc -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/js/.jshintrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/js/.jshintrc -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/js/affix.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/js/affix.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/js/alert.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/js/alert.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/js/button.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/js/button.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/js/carousel.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/js/carousel.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/js/collapse.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/js/collapse.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/js/dropdown.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/js/dropdown.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/js/modal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/js/modal.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/js/popover.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/js/popover.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/js/scrollspy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/js/scrollspy.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/js/tab.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/js/tab.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/js/tooltip.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/js/tooltip.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/js/transition.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/js/transition.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/less/.csscomb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/less/.csscomb.json -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/less/.csslintrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/less/.csslintrc -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/less/alerts.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/less/alerts.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/less/badges.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/less/badges.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/less/bootstrap.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/less/bootstrap.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/less/breadcrumbs.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/less/breadcrumbs.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/less/button-groups.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/less/button-groups.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/less/buttons.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/less/buttons.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/less/carousel.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/less/carousel.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/less/close.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/less/close.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/less/code.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/less/code.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/less/component-animations.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/less/component-animations.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/less/dropdowns.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/less/dropdowns.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/less/forms.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/less/forms.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/less/glyphicons.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/less/glyphicons.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/less/grid.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/less/grid.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/less/input-groups.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/less/input-groups.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/less/jumbotron.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/less/jumbotron.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/less/labels.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/less/labels.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/less/list-group.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/less/list-group.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/less/media.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/less/media.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/less/mixins.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/less/mixins.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/less/mixins/alerts.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/less/mixins/alerts.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/less/mixins/border-radius.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/less/mixins/border-radius.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/less/mixins/buttons.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/less/mixins/buttons.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/less/mixins/center-block.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/less/mixins/center-block.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/less/mixins/clearfix.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/less/mixins/clearfix.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/less/mixins/forms.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/less/mixins/forms.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/less/mixins/gradients.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/less/mixins/gradients.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/less/mixins/grid-framework.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/less/mixins/grid-framework.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/less/mixins/grid.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/less/mixins/grid.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/less/mixins/hide-text.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/less/mixins/hide-text.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/less/mixins/image.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/less/mixins/image.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/less/mixins/labels.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/less/mixins/labels.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/less/mixins/list-group.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/less/mixins/list-group.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/less/mixins/nav-divider.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/less/mixins/nav-divider.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/less/mixins/opacity.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/less/mixins/opacity.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/less/mixins/pagination.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/less/mixins/pagination.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/less/mixins/panels.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/less/mixins/panels.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/less/mixins/progress-bar.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/less/mixins/progress-bar.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/less/mixins/reset-filter.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/less/mixins/reset-filter.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/less/mixins/reset-text.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/less/mixins/reset-text.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/less/mixins/resize.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/less/mixins/resize.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/less/mixins/size.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/less/mixins/size.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/less/mixins/tab-focus.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/less/mixins/tab-focus.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/less/mixins/table-row.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/less/mixins/table-row.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/less/mixins/text-emphasis.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/less/mixins/text-emphasis.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/less/mixins/text-overflow.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/less/mixins/text-overflow.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/less/mixins/vendor-prefixes.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/less/mixins/vendor-prefixes.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/less/modals.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/less/modals.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/less/navbar.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/less/navbar.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/less/navs.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/less/navs.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/less/normalize.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/less/normalize.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/less/pager.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/less/pager.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/less/pagination.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/less/pagination.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/less/panels.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/less/panels.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/less/popovers.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/less/popovers.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/less/print.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/less/print.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/less/progress-bars.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/less/progress-bars.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/less/responsive-embed.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/less/responsive-embed.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/less/responsive-utilities.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/less/responsive-utilities.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/less/scaffolding.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/less/scaffolding.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/less/tables.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/less/tables.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/less/theme.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/less/theme.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/less/thumbnails.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/less/thumbnails.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/less/tooltip.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/less/tooltip.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/less/type.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/less/type.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/less/utilities.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/less/utilities.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/less/variables.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/less/variables.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/less/wells.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/less/wells.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/nuget/MyGet.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/nuget/MyGet.ps1 -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/nuget/bootstrap.less.nuspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/nuget/bootstrap.less.nuspec -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/nuget/bootstrap.nuspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/nuget/bootstrap.nuspec -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/package.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/package.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/bootstrap/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/bootstrap/package.json -------------------------------------------------------------------------------- /static/website/device_manager/vendors/fastclick/.bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/fastclick/.bower.json -------------------------------------------------------------------------------- /static/website/device_manager/vendors/fastclick/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/fastclick/LICENSE -------------------------------------------------------------------------------- /static/website/device_manager/vendors/fastclick/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/fastclick/README.md -------------------------------------------------------------------------------- /static/website/device_manager/vendors/fastclick/bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/fastclick/bower.json -------------------------------------------------------------------------------- /static/website/device_manager/vendors/fastclick/lib/fastclick.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/fastclick/lib/fastclick.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/font-awesome/.bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/font-awesome/.bower.json -------------------------------------------------------------------------------- /static/website/device_manager/vendors/font-awesome/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/font-awesome/.gitignore -------------------------------------------------------------------------------- /static/website/device_manager/vendors/font-awesome/.npmignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/font-awesome/.npmignore -------------------------------------------------------------------------------- /static/website/device_manager/vendors/font-awesome/HELP-US-OUT.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/font-awesome/HELP-US-OUT.txt -------------------------------------------------------------------------------- /static/website/device_manager/vendors/font-awesome/bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/font-awesome/bower.json -------------------------------------------------------------------------------- /static/website/device_manager/vendors/font-awesome/css/font-awesome.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/font-awesome/css/font-awesome.css -------------------------------------------------------------------------------- /static/website/device_manager/vendors/font-awesome/css/font-awesome.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/font-awesome/css/font-awesome.css.map -------------------------------------------------------------------------------- /static/website/device_manager/vendors/font-awesome/css/font-awesome.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/font-awesome/css/font-awesome.min.css -------------------------------------------------------------------------------- /static/website/device_manager/vendors/font-awesome/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/font-awesome/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /static/website/device_manager/vendors/font-awesome/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/font-awesome/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /static/website/device_manager/vendors/font-awesome/less/animated.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/font-awesome/less/animated.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/font-awesome/less/bordered-pulled.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/font-awesome/less/bordered-pulled.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/font-awesome/less/core.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/font-awesome/less/core.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/font-awesome/less/fixed-width.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/font-awesome/less/fixed-width.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/font-awesome/less/font-awesome.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/font-awesome/less/font-awesome.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/font-awesome/less/icons.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/font-awesome/less/icons.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/font-awesome/less/larger.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/font-awesome/less/larger.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/font-awesome/less/list.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/font-awesome/less/list.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/font-awesome/less/mixins.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/font-awesome/less/mixins.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/font-awesome/less/path.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/font-awesome/less/path.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/font-awesome/less/rotated-flipped.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/font-awesome/less/rotated-flipped.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/font-awesome/less/screen-reader.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/font-awesome/less/screen-reader.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/font-awesome/less/stacked.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/font-awesome/less/stacked.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/font-awesome/less/variables.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/font-awesome/less/variables.less -------------------------------------------------------------------------------- /static/website/device_manager/vendors/font-awesome/scss/_animated.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/font-awesome/scss/_animated.scss -------------------------------------------------------------------------------- /static/website/device_manager/vendors/font-awesome/scss/_bordered-pulled.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/font-awesome/scss/_bordered-pulled.scss -------------------------------------------------------------------------------- /static/website/device_manager/vendors/font-awesome/scss/_core.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/font-awesome/scss/_core.scss -------------------------------------------------------------------------------- /static/website/device_manager/vendors/font-awesome/scss/_fixed-width.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/font-awesome/scss/_fixed-width.scss -------------------------------------------------------------------------------- /static/website/device_manager/vendors/font-awesome/scss/_icons.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/font-awesome/scss/_icons.scss -------------------------------------------------------------------------------- /static/website/device_manager/vendors/font-awesome/scss/_larger.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/font-awesome/scss/_larger.scss -------------------------------------------------------------------------------- /static/website/device_manager/vendors/font-awesome/scss/_list.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/font-awesome/scss/_list.scss -------------------------------------------------------------------------------- /static/website/device_manager/vendors/font-awesome/scss/_mixins.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/font-awesome/scss/_mixins.scss -------------------------------------------------------------------------------- /static/website/device_manager/vendors/font-awesome/scss/_path.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/font-awesome/scss/_path.scss -------------------------------------------------------------------------------- /static/website/device_manager/vendors/font-awesome/scss/_rotated-flipped.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/font-awesome/scss/_rotated-flipped.scss -------------------------------------------------------------------------------- /static/website/device_manager/vendors/font-awesome/scss/_screen-reader.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/font-awesome/scss/_screen-reader.scss -------------------------------------------------------------------------------- /static/website/device_manager/vendors/font-awesome/scss/_stacked.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/font-awesome/scss/_stacked.scss -------------------------------------------------------------------------------- /static/website/device_manager/vendors/font-awesome/scss/_variables.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/font-awesome/scss/_variables.scss -------------------------------------------------------------------------------- /static/website/device_manager/vendors/font-awesome/scss/font-awesome.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/font-awesome/scss/font-awesome.scss -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/.bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/.bower.json -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/AUTHORS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/AUTHORS.txt -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/LICENSE.txt -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/README.md -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/bower.json -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/dist/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/dist/jquery.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/dist/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/dist/jquery.min.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/dist/jquery.min.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/dist/jquery.min.map -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/external/sizzle/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/external/sizzle/LICENSE.txt -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/external/sizzle/dist/sizzle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/external/sizzle/dist/sizzle.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/external/sizzle/dist/sizzle.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/external/sizzle/dist/sizzle.min.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/.jshintrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/.jshintrc -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/ajax.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/ajax.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/ajax/jsonp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/ajax/jsonp.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/ajax/load.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/ajax/load.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/ajax/parseJSON.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/ajax/parseJSON.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/ajax/parseXML.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/ajax/parseXML.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/ajax/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/ajax/script.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/ajax/var/location.js: -------------------------------------------------------------------------------- 1 | define( function() { 2 | return window.location; 3 | } ); 4 | -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/ajax/var/nonce.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/ajax/var/nonce.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/ajax/var/rquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/ajax/var/rquery.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/ajax/xhr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/ajax/xhr.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/attributes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/attributes.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/attributes/attr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/attributes/attr.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/attributes/classes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/attributes/classes.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/attributes/prop.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/attributes/prop.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/attributes/support.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/attributes/support.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/attributes/val.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/attributes/val.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/callbacks.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/callbacks.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/core.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/core.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/core/access.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/core/access.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/core/init.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/core/init.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/core/parseHTML.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/core/parseHTML.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/core/ready.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/core/ready.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/core/var/rsingleTag.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/core/var/rsingleTag.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/css.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/css.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/css/addGetHookIf.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/css/addGetHookIf.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/css/adjustCSS.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/css/adjustCSS.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/css/curCSS.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/css/curCSS.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/css/defaultDisplay.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/css/defaultDisplay.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/css/hiddenVisibleSelectors.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/css/hiddenVisibleSelectors.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/css/showHide.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/css/showHide.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/css/support.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/css/support.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/css/var/cssExpand.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/css/var/cssExpand.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/css/var/getStyles.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/css/var/getStyles.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/css/var/isHidden.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/css/var/isHidden.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/css/var/rmargin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/css/var/rmargin.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/css/var/rnumnonpx.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/css/var/rnumnonpx.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/css/var/swap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/css/var/swap.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/data.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/data.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/data/Data.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/data/Data.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/data/var/acceptData.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/data/var/acceptData.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/data/var/dataPriv.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/data/var/dataPriv.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/data/var/dataUser.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/data/var/dataUser.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/deferred.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/deferred.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/deprecated.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/deprecated.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/dimensions.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/dimensions.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/effects.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/effects.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/effects/Tween.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/effects/Tween.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/effects/animatedSelector.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/effects/animatedSelector.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/event.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/event.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/event/ajax.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/event/ajax.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/event/alias.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/event/alias.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/event/focusin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/event/focusin.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/event/support.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/event/support.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/event/trigger.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/event/trigger.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/exports/amd.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/exports/amd.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/exports/global.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/exports/global.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/intro.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/intro.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/jquery.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/manipulation.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/manipulation.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/manipulation/_evalUrl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/manipulation/_evalUrl.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/manipulation/buildFragment.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/manipulation/buildFragment.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/manipulation/getAll.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/manipulation/getAll.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/manipulation/setGlobalEval.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/manipulation/setGlobalEval.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/manipulation/support.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/manipulation/support.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/manipulation/var/rtagName.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/manipulation/var/rtagName.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/manipulation/wrapMap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/manipulation/wrapMap.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/offset.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/offset.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/outro.js: -------------------------------------------------------------------------------- 1 | return jQuery; 2 | })); 3 | -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/queue.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/queue.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/queue/delay.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/queue/delay.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/selector-native.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/selector-native.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/selector-sizzle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/selector-sizzle.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/selector.js: -------------------------------------------------------------------------------- 1 | define( [ "./selector-sizzle" ], function() {} ); 2 | -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/serialize.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/serialize.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/traversing.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/traversing.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/traversing/findFilter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/traversing/findFilter.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/traversing/var/dir.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/traversing/var/dir.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/traversing/var/siblings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/traversing/var/siblings.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/var/arr.js: -------------------------------------------------------------------------------- 1 | define( function() { 2 | return []; 3 | } ); 4 | -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/var/class2type.js: -------------------------------------------------------------------------------- 1 | define( function() { 2 | 3 | // [[Class]] -> type pairs 4 | return {}; 5 | } ); 6 | -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/var/concat.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/var/concat.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/var/document.js: -------------------------------------------------------------------------------- 1 | define( function() { 2 | return window.document; 3 | } ); 4 | -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/var/documentElement.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/var/documentElement.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/var/hasOwn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/var/hasOwn.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/var/indexOf.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/var/indexOf.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/var/pnum.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/var/pnum.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/var/push.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/var/push.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/var/rcssNum.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/var/rcssNum.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/var/rnotwhite.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/var/rnotwhite.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/var/slice.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/var/slice.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/var/support.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/var/support.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/var/toString.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/var/toString.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/jquery/src/wrap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/jquery/src/wrap.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/nprogress/.bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/nprogress/.bower.json -------------------------------------------------------------------------------- /static/website/device_manager/vendors/nprogress/History.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/nprogress/History.md -------------------------------------------------------------------------------- /static/website/device_manager/vendors/nprogress/License.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/nprogress/License.md -------------------------------------------------------------------------------- /static/website/device_manager/vendors/nprogress/Notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/nprogress/Notes.md -------------------------------------------------------------------------------- /static/website/device_manager/vendors/nprogress/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/nprogress/Readme.md -------------------------------------------------------------------------------- /static/website/device_manager/vendors/nprogress/bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/nprogress/bower.json -------------------------------------------------------------------------------- /static/website/device_manager/vendors/nprogress/component.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/nprogress/component.json -------------------------------------------------------------------------------- /static/website/device_manager/vendors/nprogress/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/nprogress/index.html -------------------------------------------------------------------------------- /static/website/device_manager/vendors/nprogress/nprogress.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/nprogress/nprogress.css -------------------------------------------------------------------------------- /static/website/device_manager/vendors/nprogress/nprogress.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/nprogress/nprogress.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/nprogress/support/extras.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/nprogress/support/extras.css -------------------------------------------------------------------------------- /static/website/device_manager/vendors/nprogress/support/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/nprogress/support/style.css -------------------------------------------------------------------------------- /static/website/device_manager/vendors/validator/.bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/validator/.bower.json -------------------------------------------------------------------------------- /static/website/device_manager/vendors/validator/.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/validator/.gitattributes -------------------------------------------------------------------------------- /static/website/device_manager/vendors/validator/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/validator/.gitignore -------------------------------------------------------------------------------- /static/website/device_manager/vendors/validator/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/validator/README.md -------------------------------------------------------------------------------- /static/website/device_manager/vendors/validator/fv.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/validator/fv.css -------------------------------------------------------------------------------- /static/website/device_manager/vendors/validator/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/validator/index.html -------------------------------------------------------------------------------- /static/website/device_manager/vendors/validator/multifield.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/validator/multifield.js -------------------------------------------------------------------------------- /static/website/device_manager/vendors/validator/validator.jquery.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/validator/validator.jquery.json -------------------------------------------------------------------------------- /static/website/device_manager/vendors/validator/validator.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/device_manager/vendors/validator/validator.js -------------------------------------------------------------------------------- /static/website/library/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/library/bootstrap.css -------------------------------------------------------------------------------- /static/website/library/images/ui-icons_444444_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/library/images/ui-icons_444444_256x240.png -------------------------------------------------------------------------------- /static/website/library/images/ui-icons_555555_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/library/images/ui-icons_555555_256x240.png -------------------------------------------------------------------------------- /static/website/library/images/ui-icons_777620_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/library/images/ui-icons_777620_256x240.png -------------------------------------------------------------------------------- /static/website/library/images/ui-icons_777777_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/library/images/ui-icons_777777_256x240.png -------------------------------------------------------------------------------- /static/website/library/images/ui-icons_cc0000_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/library/images/ui-icons_cc0000_256x240.png -------------------------------------------------------------------------------- /static/website/library/images/ui-icons_ffffff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/library/images/ui-icons_ffffff_256x240.png -------------------------------------------------------------------------------- /static/website/library/jquery-3.2.1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/library/jquery-3.2.1.js -------------------------------------------------------------------------------- /static/website/library/jquery-ui.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/library/jquery-ui.css -------------------------------------------------------------------------------- /static/website/library/jquery-ui.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/library/jquery-ui.js -------------------------------------------------------------------------------- /static/website/login/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/login/login.html -------------------------------------------------------------------------------- /static/website/login/login_files/captcha.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/login/login_files/captcha.html -------------------------------------------------------------------------------- /static/website/login/login_files/custom.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/login/login_files/custom.css -------------------------------------------------------------------------------- /static/website/login/login_files/dlm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/login/login_files/dlm.png -------------------------------------------------------------------------------- /static/website/login/login_files/dlts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/login/login_files/dlts.png -------------------------------------------------------------------------------- /static/website/login/login_files/dzkjdx.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/login/login_files/dzkjdx.css -------------------------------------------------------------------------------- /static/website/login/login_files/dzkjdx1366.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/login/login_files/dzkjdx1366.css -------------------------------------------------------------------------------- /static/website/login/login_files/ewm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/login/login_files/ewm.png -------------------------------------------------------------------------------- /static/website/login/login_files/icheck.min.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/login/login_files/icheck.min.js.download -------------------------------------------------------------------------------- /static/website/login/login_files/jquery.min.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/login/login_files/jquery.min.js.download -------------------------------------------------------------------------------- /static/website/login/login_files/login-language.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/login/login_files/login-language.js.download -------------------------------------------------------------------------------- /static/website/login/login_files/login-wisedu.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/login/login_files/login-wisedu.js.download -------------------------------------------------------------------------------- /static/website/login/login_files/login.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/login/login_files/login.css -------------------------------------------------------------------------------- /static/website/login/login_files/login.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/login/login_files/login.js.download -------------------------------------------------------------------------------- /static/website/login/login_files/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/login/login_files/logo.png -------------------------------------------------------------------------------- /static/website/login/login_files/mm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/login/login_files/mm.png -------------------------------------------------------------------------------- /static/website/login/login_files/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/login/login_files/style.css -------------------------------------------------------------------------------- /static/website/login/login_files/xjt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/login/login_files/xjt.png -------------------------------------------------------------------------------- /static/website/login/login_files/yhdl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/login/login_files/yhdl.png -------------------------------------------------------------------------------- /static/website/main_page/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/main_page/main.js -------------------------------------------------------------------------------- /static/website/main_page/main_page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/main_page/main_page.html -------------------------------------------------------------------------------- /static/website/main_page/main_page_files/LOGO5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/main_page/main_page_files/LOGO5.png -------------------------------------------------------------------------------- /static/website/main_page/main_page_files/back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/main_page/main_page_files/back.png -------------------------------------------------------------------------------- /static/website/main_page/main_page_files/bf1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/main_page/main_page_files/bf1.png -------------------------------------------------------------------------------- /static/website/main_page/main_page_files/bflb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/main_page/main_page_files/bflb.png -------------------------------------------------------------------------------- /static/website/main_page/main_page_files/bzd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/main_page/main_page_files/bzd.png -------------------------------------------------------------------------------- /static/website/main_page/main_page_files/da.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/main_page/main_page_files/da.png -------------------------------------------------------------------------------- /static/website/main_page/main_page_files/db.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/main_page/main_page_files/db.png -------------------------------------------------------------------------------- /static/website/main_page/main_page_files/dz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/main_page/main_page_files/dz.png -------------------------------------------------------------------------------- /static/website/main_page/main_page_files/dzw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/main_page/main_page_files/dzw.png -------------------------------------------------------------------------------- /static/website/main_page/main_page_files/jj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/main_page/main_page_files/jj.png -------------------------------------------------------------------------------- /static/website/main_page/main_page_files/jquery.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/main_page/main_page_files/jquery.js.download -------------------------------------------------------------------------------- /static/website/main_page/main_page_files/jz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/main_page/main_page_files/jz.png -------------------------------------------------------------------------------- /static/website/main_page/main_page_files/layer(1).css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/main_page/main_page_files/layer(1).css -------------------------------------------------------------------------------- /static/website/main_page/main_page_files/layer(2).css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/main_page/main_page_files/layer(2).css -------------------------------------------------------------------------------- /static/website/main_page/main_page_files/layer.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/main_page/main_page_files/layer.css -------------------------------------------------------------------------------- /static/website/main_page/main_page_files/layer.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/main_page/main_page_files/layer.js.download -------------------------------------------------------------------------------- /static/website/main_page/main_page_files/layui.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/main_page/main_page_files/layui.css -------------------------------------------------------------------------------- /static/website/main_page/main_page_files/layui.js.download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/main_page/main_page_files/layui.js.download -------------------------------------------------------------------------------- /static/website/main_page/main_page_files/list1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/main_page/main_page_files/list1.png -------------------------------------------------------------------------------- /static/website/main_page/main_page_files/raw_1512907121.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/main_page/main_page_files/raw_1512907121.png -------------------------------------------------------------------------------- /static/website/main_page/main_page_files/raw_1512907628.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/main_page/main_page_files/raw_1512907628.png -------------------------------------------------------------------------------- /static/website/main_page/main_page_files/raw_1512910095.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/main_page/main_page_files/raw_1512910095.png -------------------------------------------------------------------------------- /static/website/main_page/main_page_files/reset.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/main_page/main_page_files/reset.css -------------------------------------------------------------------------------- /static/website/main_page/main_page_files/rj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/main_page/main_page_files/rj.png -------------------------------------------------------------------------------- /static/website/main_page/main_page_files/sbf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/main_page/main_page_files/sbf.png -------------------------------------------------------------------------------- /static/website/main_page/main_page_files/sbys.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/main_page/main_page_files/sbys.png -------------------------------------------------------------------------------- /static/website/main_page/main_page_files/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/main_page/main_page_files/style.css -------------------------------------------------------------------------------- /static/website/main_page/main_page_files/tc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/main_page/main_page_files/tc.png -------------------------------------------------------------------------------- /static/website/main_page/main_page_files/ts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/main_page/main_page_files/ts.png -------------------------------------------------------------------------------- /static/website/main_page/main_page_files/xtxx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/main_page/main_page_files/xtxx.png -------------------------------------------------------------------------------- /static/website/main_page/main_page_files/zccx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/main_page/main_page_files/zccx.png -------------------------------------------------------------------------------- /static/website/main_page/main_page_files/zcdb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/main_page/main_page_files/zcdb.png -------------------------------------------------------------------------------- /static/website/main_page/main_page_files/zl (2).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/static/website/main_page/main_page_files/zl (2).png -------------------------------------------------------------------------------- /table.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/table.txt -------------------------------------------------------------------------------- /tmp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/tmp.py -------------------------------------------------------------------------------- /资产管理系统主要功能展示.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DaviesGit/asset_manager/HEAD/资产管理系统主要功能展示.pdf --------------------------------------------------------------------------------