├── inc ├── admin.py ├── __init__.py ├── scripts │ └── __init__.py ├── views │ └── __init__.py ├── templatetags │ └── __init__.py ├── tests.py └── views.py ├── hosts ├── __init__.py ├── admin.py ├── views │ └── __init__.py ├── api_views │ ├── __init__.py │ └── IpInfo.py ├── scripts │ ├── __init__.py │ └── url_update.py ├── assets_views │ └── __init__.py ├── templatetags │ └── __init__.py ├── tests.py ├── salog_urls.py ├── cdn_urls.py ├── sdk_urls.py ├── api_urls.py ├── perm_urls.py └── assets_urls.py ├── manager ├── admin.py ├── __init__.py ├── views │ └── __init__.py ├── help_views │ └── __init__.py ├── context_processors.py ├── tests.py ├── forms.py ├── help_urls.py ├── tasks.py └── manager_urls.py ├── multitask ├── admin.py ├── __init__.py ├── views │ └── __init__.py ├── scripts │ └── __init__.py ├── tests.py ├── views.py └── forms.py ├── scripting ├── admin.py ├── __init__.py ├── migrations │ └── __init__.py ├── scripts │ └── __init__.py ├── views │ └── __init__.py ├── tests.py ├── views.py ├── script_urls.py ├── cron_urls.py ├── script_api.py └── tasks.py ├── celery-MainProcess.py ├── static ├── rest_framework ├── img │ ├── a1.jpg │ ├── a2.jpg │ ├── a3.jpg │ ├── a4.jpg │ ├── a5.jpg │ ├── a6.jpg │ ├── a7.jpg │ ├── a8.jpg │ ├── p1.jpg │ ├── p2.jpg │ ├── p3.jpg │ ├── p4.jpg │ ├── p5.jpg │ ├── p6.jpg │ ├── p7.jpg │ ├── p8.jpg │ ├── logo.jpg │ ├── red.png │ ├── root.png │ ├── user.png │ ├── admin.png │ ├── email_1.jpg │ ├── email_2.jpg │ ├── email_3.jpg │ ├── facio.ico │ ├── favicon.ico │ ├── green.png │ ├── p_big1.jpg │ ├── p_big2.jpg │ ├── p_big3.jpg │ ├── profile.jpg │ ├── admin.bak.png │ ├── html_logo.png │ ├── mvc_logo.png │ ├── spritemap.png │ ├── angular_logo.png │ ├── profile_big.jpg │ ├── zender_logo.png │ └── profile_small.jpg ├── fonts │ ├── Monaco.ttf │ ├── glyphicons-halflings-regular.eot │ ├── glyphicons-halflings-regular.ttf │ ├── glyphicons-halflings-regular.woff │ └── glyphicons-halflings-regular.woff2 ├── css │ ├── images │ │ ├── loading.gif │ │ └── controls.png │ ├── patterns │ │ ├── shattered.png │ │ ├── triangular.png │ │ ├── otis_redding.png │ │ ├── header-profile.png │ │ ├── congruent_pentagon.png │ │ ├── header-profile-skin-1.png │ │ ├── header-profile-skin-2.png │ │ └── header-profile-skin-3.png │ ├── plugins │ │ ├── images │ │ │ ├── sort.png │ │ │ ├── sort_asc.png │ │ │ ├── sort_desc.png │ │ │ ├── spritemap.png │ │ │ ├── spritemap@2x.png │ │ │ ├── sprite-skin-flat.png │ │ │ ├── sprite-skin-flat2.png │ │ │ ├── sprite-skin-nice.png │ │ │ ├── sprite-skin-simple.png │ │ │ └── bootstrap-colorpicker │ │ │ │ ├── alpha.png │ │ │ │ ├── hue.png │ │ │ │ ├── saturation.png │ │ │ │ ├── hue-horizontal.png │ │ │ │ └── alpha-horizontal.png │ │ ├── jsTree │ │ │ ├── 32px.png │ │ │ ├── 39px.png │ │ │ ├── 40px.png │ │ │ └── throbber.gif │ │ ├── fonts │ │ │ ├── Monaco.ttf │ │ │ ├── glyphicons-halflings-regular.eot │ │ │ ├── glyphicons-halflings-regular.ttf │ │ │ ├── glyphicons-halflings-regular.woff │ │ │ └── glyphicons-halflings-regular.woff2 │ │ ├── footable │ │ │ ├── ._fonts │ │ │ ├── ._footable.core.css │ │ │ └── fonts │ │ │ │ ├── footable.eot │ │ │ │ ├── footable.ttf │ │ │ │ ├── footable.woff │ │ │ │ ├── ._footable.eot │ │ │ │ ├── ._footable.svg │ │ │ │ ├── ._footable.ttf │ │ │ │ └── ._footable.woff │ │ ├── iCheck │ │ │ ├── green.png │ │ │ └── green@2x.png │ │ ├── blueimp │ │ │ ├── img │ │ │ │ ├── error.png │ │ │ │ ├── loading.gif │ │ │ │ ├── play-pause.png │ │ │ │ ├── video-play.png │ │ │ │ ├── video-play.svg │ │ │ │ ├── error.svg │ │ │ │ └── play-pause.svg │ │ │ └── css │ │ │ │ └── demo.css │ │ ├── chosen │ │ │ ├── chosen-sprite.png │ │ │ └── chosen-sprite@2x.png │ │ ├── sweetalert │ │ │ └── ._sweetalert.css │ │ ├── clockpicker │ │ │ └── ._clockpicker.css │ │ ├── jQueryUI │ │ │ └── images │ │ │ │ ├── animated-overlay.gif │ │ │ │ ├── ui-icons_222222_256x240.png │ │ │ │ ├── ui-icons_2e83ff_256x240.png │ │ │ │ ├── ui-icons_454545_256x240.png │ │ │ │ ├── ui-icons_888888_256x240.png │ │ │ │ ├── ui-icons_cd0a0a_256x240.png │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png │ │ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png │ │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png │ │ │ │ ├── ui-bg_glass_75_dadada_1x400.png │ │ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png │ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png │ │ │ │ └── ui-bg_highlight-soft_75_cccccc_1x100.png │ │ ├── daterangepicker │ │ │ └── ._daterangepicker-bs3.css │ │ ├── awesome-bootstrap-checkbox │ │ │ └── ._awesome-bootstrap-checkbox.css │ │ ├── morris │ │ │ └── morris-0.4.3.min.css │ │ └── switchery │ │ │ └── switchery.css │ ├── vaildator │ │ └── images │ │ │ ├── loading.gif │ │ │ ├── validator_default.png │ │ │ └── validator_simple.png │ ├── pace.min.css │ └── custom.css ├── files │ └── excels │ │ └── hosts.xlsx ├── plugins │ ├── bootstrap-fileinput │ │ ├── .gitignore │ │ ├── img │ │ │ ├── loading.gif │ │ │ └── loading-sm.gif │ │ ├── composer.json │ │ ├── js │ │ │ └── plugins │ │ │ │ └── canvas-to-blob.min.js │ │ ├── nuget │ │ │ ├── build.bat │ │ │ └── Package.nuspec │ │ └── bower.json │ └── DataTables │ │ ├── AutoFill-2.0.0 │ │ └── js │ │ │ ├── autoFill.bootstrap.min.js │ │ │ ├── autoFill.foundation.js │ │ │ ├── autoFill.foundation.min.js │ │ │ ├── autoFill.bootstrap.js │ │ │ ├── autoFill.jqueryui.min.js │ │ │ └── autoFill.jqueryui.js │ │ ├── Buttons-1.0.3 │ │ ├── swf │ │ │ └── flashExport.swf │ │ ├── js │ │ │ ├── buttons.foundation.min.js │ │ │ ├── buttons.bootstrap.min.js │ │ │ ├── buttons.jqueryui.min.js │ │ │ ├── buttons.jqueryui.js │ │ │ ├── buttons.bootstrap.js │ │ │ └── buttons.foundation.js │ │ └── css │ │ │ └── common.scss │ │ ├── KeyTable-2.0.0 │ │ └── css │ │ │ ├── keyTable.bootstrap.min.css │ │ │ ├── keyTable.dataTables.min.css │ │ │ ├── keyTable.foundation.min.css │ │ │ ├── keyTable.jqueryui.min.css │ │ │ ├── keyTable.bootstrap.css │ │ │ ├── keyTable.dataTables.css │ │ │ ├── keyTable.foundation.css │ │ │ └── keyTable.jqueryui.css │ │ ├── DataTables-1.10.9 │ │ └── images │ │ │ ├── sort_asc.png │ │ │ ├── sort_both.png │ │ │ ├── sort_desc.png │ │ │ ├── sort_asc_disabled.png │ │ │ └── sort_desc_disabled.png │ │ ├── FixedHeader-3.0.0 │ │ └── css │ │ │ ├── fixedHeader.jqueryui.min.css │ │ │ ├── fixedHeader.jqueryui.css │ │ │ ├── fixedHeader.bootstrap.min.css │ │ │ ├── fixedHeader.foundation.min.css │ │ │ ├── fixedHeader.dataTables.min.css │ │ │ ├── fixedHeader.bootstrap.css │ │ │ ├── fixedHeader.foundation.css │ │ │ └── fixedHeader.dataTables.css │ │ ├── ColReorder-1.2.0 │ │ └── css │ │ │ ├── colReorder.bootstrap.min.css │ │ │ ├── colReorder.jqueryui.min.css │ │ │ ├── colReorder.dataTables.min.css │ │ │ ├── colReorder.foundation.min.css │ │ │ ├── colReorder.bootstrap.css │ │ │ ├── colReorder.dataTables.css │ │ │ ├── colReorder.foundation.css │ │ │ └── colReorder.jqueryui.css │ │ ├── FixedColumns-3.1.0 │ │ └── css │ │ │ ├── fixedColumns.jqueryui.min.css │ │ │ ├── fixedColumns.jqueryui.css │ │ │ ├── fixedColumns.dataTables.min.css │ │ │ ├── fixedColumns.dataTables.css │ │ │ ├── fixedColumns.foundation.min.css │ │ │ └── fixedColumns.foundation.css │ │ ├── RowReorder-1.0.0 │ │ └── css │ │ │ ├── rowReorder.dataTables.min.css │ │ │ ├── rowReorder.jqueryui.min.css │ │ │ ├── rowReorder.bootstrap.min.css │ │ │ ├── rowReorder.foundation.min.css │ │ │ ├── rowReorder.jqueryui.css │ │ │ ├── rowReorder.bootstrap.css │ │ │ ├── rowReorder.dataTables.css │ │ │ └── rowReorder.foundation.css │ │ └── Scroller-1.3.0 │ │ └── css │ │ ├── scroller.foundation.min.css │ │ ├── scroller.bootstrap.min.css │ │ ├── scroller.dataTables.min.css │ │ ├── scroller.jqueryui.min.css │ │ ├── scroller.foundation.css │ │ ├── scroller.jqueryui.css │ │ ├── scroller.bootstrap.css │ │ └── scroller.dataTables.css ├── email_templates │ └── img │ │ └── header.jpg ├── js │ ├── layer │ │ └── skin │ │ │ └── default │ │ │ ├── textbg.png │ │ │ ├── icon_ext.png │ │ │ ├── xubox_ico0.png │ │ │ ├── xubox_loading0.gif │ │ │ ├── xubox_loading1.gif │ │ │ ├── xubox_loading2.gif │ │ │ ├── xubox_loading3.gif │ │ │ └── xubox_title0.png │ ├── validator │ │ └── images │ │ │ ├── loading.gif │ │ │ ├── validator_simple.png │ │ │ └── validator_default.png │ ├── layer-v3.0.1 │ │ └── skin │ │ │ ├── default │ │ │ ├── icon.png │ │ │ ├── icon-ext.png │ │ │ ├── loading-0.gif │ │ │ ├── loading-1.gif │ │ │ └── loading-2.gif │ │ │ └── moon │ │ │ └── default.png │ ├── plugins │ │ ├── chartist │ │ │ ├── ._chartist.min.js │ │ │ └── ._chartist.min.js.map │ │ ├── gritter │ │ │ └── images │ │ │ │ ├── gritter.png │ │ │ │ ├── ie-spacer.gif │ │ │ │ ├── gritter-long.png │ │ │ │ └── gritter-light.png │ │ ├── clockpicker │ │ │ └── ._clockpicker.js │ │ ├── fullcalendar │ │ │ └── ._moment.min.js │ │ ├── justified-gallery │ │ │ ├── loading.gif │ │ │ └── README.md │ │ ├── dataTables │ │ │ └── swf │ │ │ │ ├── copy_csv_xls.swf │ │ │ │ └── copy_csv_xls_pdf.swf │ │ ├── footable │ │ │ └── ._footable.all.min.js │ │ ├── sweetalert │ │ │ └── ._sweetalert.min.js │ │ ├── daterangepicker │ │ │ └── ._daterangepicker.js │ │ ├── jquery-ui │ │ │ ├── images │ │ │ │ ├── animated-overlay.gif │ │ │ │ ├── ui-icons_222222_256x240.png │ │ │ │ ├── ui-icons_2e83ff_256x240.png │ │ │ │ ├── ui-icons_454545_256x240.png │ │ │ │ ├── ui-icons_888888_256x240.png │ │ │ │ ├── ui-icons_cd0a0a_256x240.png │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png │ │ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png │ │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png │ │ │ │ ├── ui-bg_glass_75_dadada_1x400.png │ │ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png │ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png │ │ │ │ └── ui-bg_highlight-soft_75_cccccc_1x100.png │ │ │ └── i18n │ │ │ │ ├── jquery.ui.datepicker-ko.min.js │ │ │ │ ├── jquery.ui.datepicker-ja.min.js │ │ │ │ ├── jquery.ui.datepicker-zh-CN.min.js │ │ │ │ ├── jquery.ui.datepicker-zh-HK.min.js │ │ │ │ ├── jquery.ui.datepicker-zh-TW.min.js │ │ │ │ ├── jquery.ui.datepicker-fa.min.js │ │ │ │ ├── jquery.ui.datepicker-he.min.js │ │ │ │ ├── jquery.ui.datepicker-tj.min.js │ │ │ │ ├── jquery.ui.datepicker-tr.min.js │ │ │ │ ├── jquery.ui.datepicker-az.min.js │ │ │ │ ├── jquery.ui.datepicker-cs.min.js │ │ │ │ ├── jquery.ui.datepicker-sr.min.js │ │ │ │ ├── jquery.ui.datepicker-bs.min.js │ │ │ │ ├── jquery.ui.datepicker-ca.min.js │ │ │ │ ├── jquery.ui.datepicker-es.min.js │ │ │ │ ├── jquery.ui.datepicker-gl.min.js │ │ │ │ ├── jquery.ui.datepicker-hi.min.js │ │ │ │ ├── jquery.ui.datepicker-km.min.js │ │ │ │ ├── jquery.ui.datepicker-mk.min.js │ │ │ │ ├── jquery.ui.datepicker-ms.min.js │ │ │ │ ├── jquery.ui.datepicker-nl.min.js │ │ │ │ ├── jquery.ui.datepicker-sq.min.js │ │ │ │ ├── jquery.ui.datepicker-da.min.js │ │ │ │ ├── jquery.ui.datepicker-hu.min.js │ │ │ │ ├── jquery.ui.datepicker-id.min.js │ │ │ │ ├── jquery.ui.datepicker-ky.min.js │ │ │ │ ├── jquery.ui.datepicker-nb.min.js │ │ │ │ ├── jquery.ui.datepicker-nn.min.js │ │ │ │ ├── jquery.ui.datepicker-no.min.js │ │ │ │ ├── jquery.ui.datepicker-sv.min.js │ │ │ │ ├── jquery.ui.datepicker-de.min.js │ │ │ │ ├── jquery.ui.datepicker-en-AU.min.js │ │ │ │ ├── jquery.ui.datepicker-en-GB.min.js │ │ │ │ ├── jquery.ui.datepicker-en-NZ.min.js │ │ │ │ ├── jquery.ui.datepicker-eo.min.js │ │ │ │ ├── jquery.ui.datepicker-kk.min.js │ │ │ │ ├── jquery.ui.datepicker-lb.min.js │ │ │ │ ├── jquery.ui.datepicker-sr-SR.min.js │ │ │ │ ├── jquery.ui.datepicker-af.min.js │ │ │ │ ├── jquery.ui.datepicker-ar.min.js │ │ │ │ ├── jquery.ui.datepicker-hr.min.js │ │ │ │ ├── jquery.ui.datepicker-nl-BE.min.js │ │ │ │ ├── jquery.ui.datepicker-ru.min.js │ │ │ │ ├── jquery.ui.datepicker-uk.min.js │ │ │ │ ├── jquery.ui.datepicker-it.min.js │ │ │ │ ├── jquery.ui.datepicker-sk.min.js │ │ │ │ ├── jquery.ui.datepicker-sl.min.js │ │ │ │ ├── jquery.ui.datepicker-fr.min.js │ │ │ │ ├── jquery.ui.datepicker-pl.min.js │ │ │ │ ├── jquery.ui.datepicker-be.min.js │ │ │ │ ├── jquery.ui.datepicker-fo.min.js │ │ │ │ ├── jquery.ui.datepicker-ml.min.js │ │ │ │ ├── jquery.ui.datepicker-rm.min.js │ │ │ │ ├── jquery.ui.datepicker-bg.min.js │ │ │ │ ├── jquery.ui.datepicker-cy-GB.min.js │ │ │ │ ├── jquery.ui.datepicker-et.min.js │ │ │ │ ├── jquery.ui.datepicker-eu.min.js │ │ │ │ ├── jquery.ui.datepicker-is.min.js │ │ │ │ ├── jquery.ui.datepicker-lv.min.js │ │ │ │ ├── jquery.ui.datepicker-th.min.js │ │ │ │ ├── jquery.ui.datepicker-fr-CA.min.js │ │ │ │ ├── jquery.ui.datepicker-fr-CH.min.js │ │ │ │ ├── jquery.ui.datepicker-hy.min.js │ │ │ │ ├── jquery.ui.datepicker-ka.min.js │ │ │ │ ├── jquery.ui.datepicker-pt.min.js │ │ │ │ ├── jquery.ui.datepicker-ro.min.js │ │ │ │ ├── jquery.ui.datepicker-ar-DZ.min.js │ │ │ │ ├── jquery.ui.datepicker-el.min.js │ │ │ │ ├── jquery.ui.datepicker-fi.min.js │ │ │ │ ├── jquery.ui.datepicker-lt.min.js │ │ │ │ ├── jquery.ui.datepicker-pt-BR.min.js │ │ │ │ ├── jquery.ui.datepicker-ta.min.js │ │ │ │ └── jquery.ui.datepicker-vi.min.js │ │ ├── jvectormap │ │ │ └── ._jquery-jvectormap-2.0.2.min.js │ │ ├── codemirror │ │ │ └── mode │ │ │ │ ├── tiddlywiki │ │ │ │ └── tiddlywiki.css │ │ │ │ ├── ruby │ │ │ │ └── test.js │ │ │ │ └── tiki │ │ │ │ └── tiki.css │ │ └── video │ │ │ └── responsible-video.js │ └── demo │ │ └── peity-demo.js ├── font-awesome-4.3.0 │ ├── fonts │ │ ├── FontAwesome.otf │ │ ├── fontawesome-webfont.eot │ │ ├── fontawesome-webfont.ttf │ │ ├── fontawesome-webfont.woff │ │ └── fontawesome-webfont.woff2 │ ├── less │ │ ├── fixed-width.less │ │ ├── bordered-pulled.less │ │ ├── larger.less │ │ ├── list.less │ │ ├── core.less │ │ ├── font-awesome.less │ │ ├── stacked.less │ │ ├── spinning.less │ │ ├── rotated-flipped.less │ │ ├── path.less │ │ └── mixins.less │ └── scss │ │ ├── _fixed-width.scss │ │ ├── _bordered-pulled.scss │ │ ├── _larger.scss │ │ ├── _core.scss │ │ ├── _list.scss │ │ ├── font-awesome.scss │ │ ├── _stacked.scss │ │ ├── _spinning.scss │ │ ├── _path.scss │ │ ├── _rotated-flipped.scss │ │ └── _mixins.scss └── jq22.com-datetimepicker-master │ ├── screen │ ├── 1.png │ ├── 2.png │ ├── 3.1.png │ └── 3.png │ ├── www.jq22.com.txt │ ├── README.md │ ├── bower.json │ └── MIT-LICENSE.txt ├── uwsgi.pid ├── celerybeat.pid ├── templates ├── inc │ ├── clear_gamedb_status.html │ ├── db_init_process_status.html │ ├── inc_install_process_status.html │ ├── update_config_process.html │ └── update_sql_process.html ├── nav.html ├── footer.html ├── manager │ └── permission.no.html ├── assets │ ├── acquire_asset_id_test.html │ └── asset_report_test.html ├── nav_cat_bar.html ├── head_script.html ├── base.html └── 500.html ├── cmdb ├── Helper │ └── __init__.py ├── __init__.py ├── cmdb_api.py ├── wsgi.py ├── forms.py └── celery.py ├── Monaco.ttf ├── start.sh ├── .gitattributes ├── celerybeat-schedule.bak ├── celerybeat-schedule.dir ├── .idea ├── inspectionProfiles │ └── profiles_settings.xml ├── modules.xml ├── misc.xml ├── workspace.xml └── cmdb.iml ├── Celery.txt ├── django_wsgi.py ├── manage.py ├── svn_commit.sh └── README.md /inc/admin.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /hosts/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /hosts/admin.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /inc/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /manager/admin.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /multitask/admin.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /scripting/admin.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /celery-MainProcess.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /hosts/views/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /inc/scripts/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /inc/views/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /manager/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /multitask/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /scripting/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/rest_framework: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /uwsgi.pid: -------------------------------------------------------------------------------- 1 | 24792 2 | -------------------------------------------------------------------------------- /celerybeat.pid: -------------------------------------------------------------------------------- 1 | 24812 2 | -------------------------------------------------------------------------------- /hosts/api_views/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /hosts/scripts/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /manager/views/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /multitask/views/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /hosts/assets_views/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /hosts/templatetags/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /manager/help_views/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /multitask/scripts/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /scripting/migrations/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /scripting/scripts/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /templates/inc/clear_gamedb_status.html: -------------------------------------------------------------------------------- 1 | {{cmd_result}} -------------------------------------------------------------------------------- /cmdb/Helper/__init__.py: -------------------------------------------------------------------------------- 1 | #!/usr/bin/python 2 | #_*_coding:utf-8_*_ -------------------------------------------------------------------------------- /Monaco.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/Monaco.ttf -------------------------------------------------------------------------------- /inc/templatetags/__init__.py: -------------------------------------------------------------------------------- 1 | #!/usr/bin/python 2 | #_*_coding:utf-8_*_ -------------------------------------------------------------------------------- /scripting/views/__init__.py: -------------------------------------------------------------------------------- 1 | #!/usr/bin/python 2 | #_*_coding:utf-8_*_ -------------------------------------------------------------------------------- /start.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | python manage.py runserver 0.0.0.0:8080 4 | -------------------------------------------------------------------------------- /manager/context_processors.py: -------------------------------------------------------------------------------- 1 | 2 | def custom_proc(request): 3 | pass 4 | -------------------------------------------------------------------------------- /static/img/a1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/img/a1.jpg -------------------------------------------------------------------------------- /static/img/a2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/img/a2.jpg -------------------------------------------------------------------------------- /static/img/a3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/img/a3.jpg -------------------------------------------------------------------------------- /static/img/a4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/img/a4.jpg -------------------------------------------------------------------------------- /static/img/a5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/img/a5.jpg -------------------------------------------------------------------------------- /static/img/a6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/img/a6.jpg -------------------------------------------------------------------------------- /static/img/a7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/img/a7.jpg -------------------------------------------------------------------------------- /static/img/a8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/img/a8.jpg -------------------------------------------------------------------------------- /static/img/p1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/img/p1.jpg -------------------------------------------------------------------------------- /static/img/p2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/img/p2.jpg -------------------------------------------------------------------------------- /static/img/p3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/img/p3.jpg -------------------------------------------------------------------------------- /static/img/p4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/img/p4.jpg -------------------------------------------------------------------------------- /static/img/p5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/img/p5.jpg -------------------------------------------------------------------------------- /static/img/p6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/img/p6.jpg -------------------------------------------------------------------------------- /static/img/p7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/img/p7.jpg -------------------------------------------------------------------------------- /static/img/p8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/img/p8.jpg -------------------------------------------------------------------------------- /inc/tests.py: -------------------------------------------------------------------------------- 1 | from django.test import TestCase 2 | 3 | # Create your tests here. 4 | -------------------------------------------------------------------------------- /static/img/logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/img/logo.jpg -------------------------------------------------------------------------------- /static/img/red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/img/red.png -------------------------------------------------------------------------------- /static/img/root.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/img/root.png -------------------------------------------------------------------------------- /static/img/user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/img/user.png -------------------------------------------------------------------------------- /hosts/tests.py: -------------------------------------------------------------------------------- 1 | from django.test import TestCase 2 | 3 | # Create your tests here. 4 | -------------------------------------------------------------------------------- /inc/views.py: -------------------------------------------------------------------------------- 1 | from django.shortcuts import render 2 | 3 | # Create your views here. 4 | -------------------------------------------------------------------------------- /multitask/tests.py: -------------------------------------------------------------------------------- 1 | from django.test import TestCase 2 | 3 | # Create your tests here. 4 | -------------------------------------------------------------------------------- /multitask/views.py: -------------------------------------------------------------------------------- 1 | from django.shortcuts import render 2 | 3 | # Create your views here. 4 | -------------------------------------------------------------------------------- /scripting/tests.py: -------------------------------------------------------------------------------- 1 | from django.test import TestCase 2 | 3 | # Create your tests here. 4 | -------------------------------------------------------------------------------- /scripting/views.py: -------------------------------------------------------------------------------- 1 | from django.shortcuts import render 2 | 3 | # Create your views here. 4 | -------------------------------------------------------------------------------- /static/img/admin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/img/admin.png -------------------------------------------------------------------------------- /static/img/email_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/img/email_1.jpg -------------------------------------------------------------------------------- /static/img/email_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/img/email_2.jpg -------------------------------------------------------------------------------- /static/img/email_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/img/email_3.jpg -------------------------------------------------------------------------------- /static/img/facio.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/img/facio.ico -------------------------------------------------------------------------------- /static/img/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/img/favicon.ico -------------------------------------------------------------------------------- /static/img/green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/img/green.png -------------------------------------------------------------------------------- /static/img/p_big1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/img/p_big1.jpg -------------------------------------------------------------------------------- /static/img/p_big2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/img/p_big2.jpg -------------------------------------------------------------------------------- /static/img/p_big3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/img/p_big3.jpg -------------------------------------------------------------------------------- /static/img/profile.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/img/profile.jpg -------------------------------------------------------------------------------- /static/fonts/Monaco.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/fonts/Monaco.ttf -------------------------------------------------------------------------------- /static/img/admin.bak.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/img/admin.bak.png -------------------------------------------------------------------------------- /static/img/html_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/img/html_logo.png -------------------------------------------------------------------------------- /static/img/mvc_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/img/mvc_logo.png -------------------------------------------------------------------------------- /static/img/spritemap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/img/spritemap.png -------------------------------------------------------------------------------- /static/img/angular_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/img/angular_logo.png -------------------------------------------------------------------------------- /static/img/profile_big.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/img/profile_big.jpg -------------------------------------------------------------------------------- /static/img/zender_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/img/zender_logo.png -------------------------------------------------------------------------------- /static/css/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/css/images/loading.gif -------------------------------------------------------------------------------- /static/img/profile_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/img/profile_small.jpg -------------------------------------------------------------------------------- /static/css/images/controls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/css/images/controls.png -------------------------------------------------------------------------------- /static/files/excels/hosts.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/files/excels/hosts.xlsx -------------------------------------------------------------------------------- /static/plugins/bootstrap-fileinput/.gitignore: -------------------------------------------------------------------------------- 1 | nuget/content/ 2 | nuget/bootstrap-fileinput.*.nupkg 3 | .DS_Store -------------------------------------------------------------------------------- /static/css/patterns/shattered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/css/patterns/shattered.png -------------------------------------------------------------------------------- /static/css/patterns/triangular.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/css/patterns/triangular.png -------------------------------------------------------------------------------- /static/css/plugins/images/sort.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/css/plugins/images/sort.png -------------------------------------------------------------------------------- /static/css/plugins/jsTree/32px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/css/plugins/jsTree/32px.png -------------------------------------------------------------------------------- /static/css/plugins/jsTree/39px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/css/plugins/jsTree/39px.png -------------------------------------------------------------------------------- /static/css/plugins/jsTree/40px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/css/plugins/jsTree/40px.png -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | *.py linguist-language=python 2 | *.js linguist-language=JavaScript 3 | *.html linguist-language=html 4 | -------------------------------------------------------------------------------- /static/css/patterns/otis_redding.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/css/patterns/otis_redding.png -------------------------------------------------------------------------------- /static/css/plugins/fonts/Monaco.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/css/plugins/fonts/Monaco.ttf -------------------------------------------------------------------------------- /static/css/plugins/footable/._fonts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/css/plugins/footable/._fonts -------------------------------------------------------------------------------- /static/css/plugins/iCheck/green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/css/plugins/iCheck/green.png -------------------------------------------------------------------------------- /static/email_templates/img/header.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/email_templates/img/header.jpg -------------------------------------------------------------------------------- /static/css/patterns/header-profile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/css/patterns/header-profile.png -------------------------------------------------------------------------------- /static/css/plugins/iCheck/green@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/css/plugins/iCheck/green@2x.png -------------------------------------------------------------------------------- /static/css/plugins/images/sort_asc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/css/plugins/images/sort_asc.png -------------------------------------------------------------------------------- /static/css/plugins/images/sort_desc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/css/plugins/images/sort_desc.png -------------------------------------------------------------------------------- /static/css/plugins/images/spritemap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/css/plugins/images/spritemap.png -------------------------------------------------------------------------------- /static/css/plugins/jsTree/throbber.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/css/plugins/jsTree/throbber.gif -------------------------------------------------------------------------------- /static/css/vaildator/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/css/vaildator/images/loading.gif -------------------------------------------------------------------------------- /static/js/layer/skin/default/textbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/js/layer/skin/default/textbg.png -------------------------------------------------------------------------------- /static/js/validator/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/js/validator/images/loading.gif -------------------------------------------------------------------------------- /static/plugins/DataTables/AutoFill-2.0.0/js/autoFill.bootstrap.min.js: -------------------------------------------------------------------------------- 1 | $.fn.dataTable.AutoFill.classes.btn="btn btn-primary"; 2 | -------------------------------------------------------------------------------- /static/plugins/DataTables/AutoFill-2.0.0/js/autoFill.foundation.js: -------------------------------------------------------------------------------- 1 | 2 | $.fn.dataTable.AutoFill.classes.btn = 'button tiny'; 3 | -------------------------------------------------------------------------------- /static/plugins/DataTables/AutoFill-2.0.0/js/autoFill.foundation.min.js: -------------------------------------------------------------------------------- 1 | $.fn.dataTable.AutoFill.classes.btn="button tiny"; 2 | -------------------------------------------------------------------------------- /celerybeat-schedule.bak: -------------------------------------------------------------------------------- 1 | 'utc_enabled', (1536, 5) 2 | 'tz', (1024, 2) 3 | '__version__', (512, 14) 4 | 'entries', (0, 246) 5 | -------------------------------------------------------------------------------- /celerybeat-schedule.dir: -------------------------------------------------------------------------------- 1 | 'utc_enabled', (1536, 5) 2 | 'tz', (1024, 2) 3 | '__version__', (512, 14) 4 | 'entries', (0, 246) 5 | -------------------------------------------------------------------------------- /static/css/patterns/congruent_pentagon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/css/patterns/congruent_pentagon.png -------------------------------------------------------------------------------- /static/css/plugins/blueimp/img/error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/css/plugins/blueimp/img/error.png -------------------------------------------------------------------------------- /static/css/plugins/blueimp/img/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/css/plugins/blueimp/img/loading.gif -------------------------------------------------------------------------------- /static/css/plugins/images/spritemap@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/css/plugins/images/spritemap@2x.png -------------------------------------------------------------------------------- /static/js/layer/skin/default/icon_ext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/js/layer/skin/default/icon_ext.png -------------------------------------------------------------------------------- /static/plugins/DataTables/AutoFill-2.0.0/js/autoFill.bootstrap.js: -------------------------------------------------------------------------------- 1 | 2 | $.fn.dataTable.AutoFill.classes.btn = 'btn btn-primary'; 3 | -------------------------------------------------------------------------------- /static/css/plugins/chosen/chosen-sprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/css/plugins/chosen/chosen-sprite.png -------------------------------------------------------------------------------- /static/js/layer-v3.0.1/skin/default/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/js/layer-v3.0.1/skin/default/icon.png -------------------------------------------------------------------------------- /static/js/layer-v3.0.1/skin/moon/default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/js/layer-v3.0.1/skin/moon/default.png -------------------------------------------------------------------------------- /static/js/layer/skin/default/xubox_ico0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/js/layer/skin/default/xubox_ico0.png -------------------------------------------------------------------------------- /static/js/plugins/chartist/._chartist.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/js/plugins/chartist/._chartist.min.js -------------------------------------------------------------------------------- /static/js/plugins/gritter/images/gritter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/js/plugins/gritter/images/gritter.png -------------------------------------------------------------------------------- /templates/inc/db_init_process_status.html: -------------------------------------------------------------------------------- 1 |
--------------------------初始化日志----------------------
2 | {{cmd_out}} -------------------------------------------------------------------------------- /templates/inc/inc_install_process_status.html: -------------------------------------------------------------------------------- 1 |--------------------------装服日志----------------------
2 | {{cmd_out}} -------------------------------------------------------------------------------- /static/css/patterns/header-profile-skin-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/css/patterns/header-profile-skin-1.png -------------------------------------------------------------------------------- /static/css/patterns/header-profile-skin-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/css/patterns/header-profile-skin-2.png -------------------------------------------------------------------------------- /static/css/patterns/header-profile-skin-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/css/patterns/header-profile-skin-3.png -------------------------------------------------------------------------------- /static/css/plugins/blueimp/img/play-pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/css/plugins/blueimp/img/play-pause.png -------------------------------------------------------------------------------- /static/css/plugins/blueimp/img/video-play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/css/plugins/blueimp/img/video-play.png -------------------------------------------------------------------------------- /static/css/plugins/chosen/chosen-sprite@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/css/plugins/chosen/chosen-sprite@2x.png -------------------------------------------------------------------------------- /static/css/plugins/footable/._footable.core.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/css/plugins/footable/._footable.core.css -------------------------------------------------------------------------------- /static/css/plugins/footable/fonts/footable.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/css/plugins/footable/fonts/footable.eot -------------------------------------------------------------------------------- /static/css/plugins/footable/fonts/footable.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/css/plugins/footable/fonts/footable.ttf -------------------------------------------------------------------------------- /static/css/plugins/footable/fonts/footable.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/css/plugins/footable/fonts/footable.woff -------------------------------------------------------------------------------- /static/css/plugins/images/sprite-skin-flat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/css/plugins/images/sprite-skin-flat.png -------------------------------------------------------------------------------- /static/css/plugins/images/sprite-skin-flat2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/css/plugins/images/sprite-skin-flat2.png -------------------------------------------------------------------------------- /static/css/plugins/images/sprite-skin-nice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/css/plugins/images/sprite-skin-nice.png -------------------------------------------------------------------------------- /static/css/plugins/sweetalert/._sweetalert.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/css/plugins/sweetalert/._sweetalert.css -------------------------------------------------------------------------------- /static/font-awesome-4.3.0/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/font-awesome-4.3.0/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /static/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /static/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /static/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /static/fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /static/js/layer/skin/default/xubox_loading0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/js/layer/skin/default/xubox_loading0.gif -------------------------------------------------------------------------------- /static/js/layer/skin/default/xubox_loading1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/js/layer/skin/default/xubox_loading1.gif -------------------------------------------------------------------------------- /static/js/layer/skin/default/xubox_loading2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/js/layer/skin/default/xubox_loading2.gif -------------------------------------------------------------------------------- /static/js/layer/skin/default/xubox_loading3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/js/layer/skin/default/xubox_loading3.gif -------------------------------------------------------------------------------- /static/js/layer/skin/default/xubox_title0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/js/layer/skin/default/xubox_title0.png -------------------------------------------------------------------------------- /static/js/plugins/clockpicker/._clockpicker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/js/plugins/clockpicker/._clockpicker.js -------------------------------------------------------------------------------- /static/js/plugins/fullcalendar/._moment.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/js/plugins/fullcalendar/._moment.min.js -------------------------------------------------------------------------------- /static/js/plugins/gritter/images/ie-spacer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/js/plugins/gritter/images/ie-spacer.gif -------------------------------------------------------------------------------- /static/js/plugins/justified-gallery/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/js/plugins/justified-gallery/loading.gif -------------------------------------------------------------------------------- /static/js/validator/images/validator_simple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/js/validator/images/validator_simple.png -------------------------------------------------------------------------------- /static/css/plugins/clockpicker/._clockpicker.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/css/plugins/clockpicker/._clockpicker.css -------------------------------------------------------------------------------- /static/css/plugins/footable/fonts/._footable.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/css/plugins/footable/fonts/._footable.eot -------------------------------------------------------------------------------- /static/css/plugins/footable/fonts/._footable.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/css/plugins/footable/fonts/._footable.svg -------------------------------------------------------------------------------- /static/css/plugins/footable/fonts/._footable.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/css/plugins/footable/fonts/._footable.ttf -------------------------------------------------------------------------------- /static/css/plugins/footable/fonts/._footable.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/css/plugins/footable/fonts/._footable.woff -------------------------------------------------------------------------------- /static/css/plugins/images/sprite-skin-simple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/css/plugins/images/sprite-skin-simple.png -------------------------------------------------------------------------------- /static/css/vaildator/images/validator_default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/css/vaildator/images/validator_default.png -------------------------------------------------------------------------------- /static/css/vaildator/images/validator_simple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/css/vaildator/images/validator_simple.png -------------------------------------------------------------------------------- /static/js/layer-v3.0.1/skin/default/icon-ext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/js/layer-v3.0.1/skin/default/icon-ext.png -------------------------------------------------------------------------------- /static/js/layer-v3.0.1/skin/default/loading-0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/js/layer-v3.0.1/skin/default/loading-0.gif -------------------------------------------------------------------------------- /static/js/layer-v3.0.1/skin/default/loading-1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/js/layer-v3.0.1/skin/default/loading-1.gif -------------------------------------------------------------------------------- /static/js/layer-v3.0.1/skin/default/loading-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/js/layer-v3.0.1/skin/default/loading-2.gif -------------------------------------------------------------------------------- /static/js/plugins/chartist/._chartist.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/js/plugins/chartist/._chartist.min.js.map -------------------------------------------------------------------------------- /static/js/plugins/dataTables/swf/copy_csv_xls.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/js/plugins/dataTables/swf/copy_csv_xls.swf -------------------------------------------------------------------------------- /static/js/plugins/footable/._footable.all.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/js/plugins/footable/._footable.all.min.js -------------------------------------------------------------------------------- /static/js/plugins/gritter/images/gritter-long.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/js/plugins/gritter/images/gritter-long.png -------------------------------------------------------------------------------- /static/js/plugins/sweetalert/._sweetalert.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/js/plugins/sweetalert/._sweetalert.min.js -------------------------------------------------------------------------------- /static/js/validator/images/validator_default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/js/validator/images/validator_default.png -------------------------------------------------------------------------------- /static/jq22.com-datetimepicker-master/screen/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/jq22.com-datetimepicker-master/screen/1.png -------------------------------------------------------------------------------- /static/jq22.com-datetimepicker-master/screen/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/jq22.com-datetimepicker-master/screen/2.png -------------------------------------------------------------------------------- /static/jq22.com-datetimepicker-master/screen/3.1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/jq22.com-datetimepicker-master/screen/3.1.png -------------------------------------------------------------------------------- /static/jq22.com-datetimepicker-master/screen/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/jq22.com-datetimepicker-master/screen/3.png -------------------------------------------------------------------------------- /static/js/plugins/gritter/images/gritter-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/js/plugins/gritter/images/gritter-light.png -------------------------------------------------------------------------------- /static/plugins/DataTables/AutoFill-2.0.0/js/autoFill.jqueryui.min.js: -------------------------------------------------------------------------------- 1 | $.fn.dataTable.AutoFill.classes.btn="ui-button ui-state-default ui-corner-all"; 2 | -------------------------------------------------------------------------------- /static/plugins/bootstrap-fileinput/img/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/plugins/bootstrap-fileinput/img/loading.gif -------------------------------------------------------------------------------- /static/jq22.com-datetimepicker-master/www.jq22.com.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/jq22.com-datetimepicker-master/www.jq22.com.txt -------------------------------------------------------------------------------- /static/js/plugins/dataTables/swf/copy_csv_xls_pdf.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/js/plugins/dataTables/swf/copy_csv_xls_pdf.swf -------------------------------------------------------------------------------- /static/js/plugins/daterangepicker/._daterangepicker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/js/plugins/daterangepicker/._daterangepicker.js -------------------------------------------------------------------------------- /static/plugins/DataTables/AutoFill-2.0.0/js/autoFill.jqueryui.js: -------------------------------------------------------------------------------- 1 | 2 | $.fn.dataTable.AutoFill.classes.btn = 'ui-button ui-state-default ui-corner-all'; 3 | -------------------------------------------------------------------------------- /static/plugins/bootstrap-fileinput/img/loading-sm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/plugins/bootstrap-fileinput/img/loading-sm.gif -------------------------------------------------------------------------------- /static/css/plugins/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/css/plugins/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /static/css/plugins/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/css/plugins/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /static/css/plugins/images/bootstrap-colorpicker/alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/css/plugins/images/bootstrap-colorpicker/alpha.png -------------------------------------------------------------------------------- /static/css/plugins/images/bootstrap-colorpicker/hue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/css/plugins/images/bootstrap-colorpicker/hue.png -------------------------------------------------------------------------------- /static/css/plugins/jQueryUI/images/animated-overlay.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/css/plugins/jQueryUI/images/animated-overlay.gif -------------------------------------------------------------------------------- /static/font-awesome-4.3.0/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/font-awesome-4.3.0/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /static/font-awesome-4.3.0/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/font-awesome-4.3.0/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /static/font-awesome-4.3.0/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/font-awesome-4.3.0/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /static/font-awesome-4.3.0/fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/font-awesome-4.3.0/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /static/js/plugins/jquery-ui/images/animated-overlay.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/js/plugins/jquery-ui/images/animated-overlay.gif -------------------------------------------------------------------------------- /static/css/plugins/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/css/plugins/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /static/css/plugins/fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/css/plugins/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /static/plugins/DataTables/Buttons-1.0.3/swf/flashExport.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/plugins/DataTables/Buttons-1.0.3/swf/flashExport.swf -------------------------------------------------------------------------------- /templates/nav.html: -------------------------------------------------------------------------------- 1 | {% ifequal user.is_admin 1 %} 2 | {% include 'admin.html' %} 3 | {% else %} 4 | {% include 'admin.html' %} 5 | {% endifequal %} 6 | -------------------------------------------------------------------------------- /static/css/plugins/daterangepicker/._daterangepicker-bs3.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/css/plugins/daterangepicker/._daterangepicker-bs3.css -------------------------------------------------------------------------------- /static/css/plugins/images/bootstrap-colorpicker/saturation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/css/plugins/images/bootstrap-colorpicker/saturation.png -------------------------------------------------------------------------------- /static/css/plugins/jQueryUI/images/ui-icons_222222_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/css/plugins/jQueryUI/images/ui-icons_222222_256x240.png -------------------------------------------------------------------------------- /static/css/plugins/jQueryUI/images/ui-icons_2e83ff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/css/plugins/jQueryUI/images/ui-icons_2e83ff_256x240.png -------------------------------------------------------------------------------- /static/css/plugins/jQueryUI/images/ui-icons_454545_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/css/plugins/jQueryUI/images/ui-icons_454545_256x240.png -------------------------------------------------------------------------------- /static/css/plugins/jQueryUI/images/ui-icons_888888_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/css/plugins/jQueryUI/images/ui-icons_888888_256x240.png -------------------------------------------------------------------------------- /static/css/plugins/jQueryUI/images/ui-icons_cd0a0a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/css/plugins/jQueryUI/images/ui-icons_cd0a0a_256x240.png -------------------------------------------------------------------------------- /static/js/plugins/jquery-ui/images/ui-icons_222222_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/js/plugins/jquery-ui/images/ui-icons_222222_256x240.png -------------------------------------------------------------------------------- /static/js/plugins/jquery-ui/images/ui-icons_2e83ff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/js/plugins/jquery-ui/images/ui-icons_2e83ff_256x240.png -------------------------------------------------------------------------------- /static/js/plugins/jquery-ui/images/ui-icons_454545_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/js/plugins/jquery-ui/images/ui-icons_454545_256x240.png -------------------------------------------------------------------------------- /static/js/plugins/jquery-ui/images/ui-icons_888888_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/js/plugins/jquery-ui/images/ui-icons_888888_256x240.png -------------------------------------------------------------------------------- /static/js/plugins/jquery-ui/images/ui-icons_cd0a0a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/js/plugins/jquery-ui/images/ui-icons_cd0a0a_256x240.png -------------------------------------------------------------------------------- /static/js/plugins/jvectormap/._jquery-jvectormap-2.0.2.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/js/plugins/jvectormap/._jquery-jvectormap-2.0.2.min.js -------------------------------------------------------------------------------- /static/plugins/DataTables/KeyTable-2.0.0/css/keyTable.bootstrap.min.css: -------------------------------------------------------------------------------- 1 | table.dataTable th.focus,table.dataTable td.focus{outline:3px solid #337ab7;outline-offset:-1px} 2 | -------------------------------------------------------------------------------- /static/plugins/DataTables/KeyTable-2.0.0/css/keyTable.dataTables.min.css: -------------------------------------------------------------------------------- 1 | table.dataTable th.focus,table.dataTable td.focus{outline:3px solid #3366FF;outline-offset:-1px} 2 | -------------------------------------------------------------------------------- /static/plugins/DataTables/KeyTable-2.0.0/css/keyTable.foundation.min.css: -------------------------------------------------------------------------------- 1 | table.dataTable th.focus,table.dataTable td.focus{outline:3px solid #008CBA;outline-offset:-1px} 2 | -------------------------------------------------------------------------------- /static/plugins/DataTables/KeyTable-2.0.0/css/keyTable.jqueryui.min.css: -------------------------------------------------------------------------------- 1 | table.dataTable th.focus,table.dataTable td.focus{outline:3px solid #3366FF;outline-offset:-1px} 2 | -------------------------------------------------------------------------------- /static/plugins/DataTables/DataTables-1.10.9/images/sort_asc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/plugins/DataTables/DataTables-1.10.9/images/sort_asc.png -------------------------------------------------------------------------------- /static/plugins/DataTables/DataTables-1.10.9/images/sort_both.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/plugins/DataTables/DataTables-1.10.9/images/sort_both.png -------------------------------------------------------------------------------- /static/plugins/DataTables/DataTables-1.10.9/images/sort_desc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/plugins/DataTables/DataTables-1.10.9/images/sort_desc.png -------------------------------------------------------------------------------- /static/css/plugins/images/bootstrap-colorpicker/hue-horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/css/plugins/images/bootstrap-colorpicker/hue-horizontal.png -------------------------------------------------------------------------------- /static/css/plugins/jQueryUI/images/ui-bg_flat_0_aaaaaa_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/css/plugins/jQueryUI/images/ui-bg_flat_0_aaaaaa_40x100.png -------------------------------------------------------------------------------- /static/css/plugins/jQueryUI/images/ui-bg_flat_75_ffffff_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/css/plugins/jQueryUI/images/ui-bg_flat_75_ffffff_40x100.png -------------------------------------------------------------------------------- /static/css/plugins/jQueryUI/images/ui-bg_glass_55_fbf9ee_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/css/plugins/jQueryUI/images/ui-bg_glass_55_fbf9ee_1x400.png -------------------------------------------------------------------------------- /static/css/plugins/jQueryUI/images/ui-bg_glass_65_ffffff_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/css/plugins/jQueryUI/images/ui-bg_glass_65_ffffff_1x400.png -------------------------------------------------------------------------------- /static/css/plugins/jQueryUI/images/ui-bg_glass_75_dadada_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/css/plugins/jQueryUI/images/ui-bg_glass_75_dadada_1x400.png -------------------------------------------------------------------------------- /static/css/plugins/jQueryUI/images/ui-bg_glass_75_e6e6e6_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/css/plugins/jQueryUI/images/ui-bg_glass_75_e6e6e6_1x400.png -------------------------------------------------------------------------------- /static/css/plugins/jQueryUI/images/ui-bg_glass_95_fef1ec_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/css/plugins/jQueryUI/images/ui-bg_glass_95_fef1ec_1x400.png -------------------------------------------------------------------------------- /static/js/plugins/jquery-ui/images/ui-bg_flat_0_aaaaaa_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/js/plugins/jquery-ui/images/ui-bg_flat_0_aaaaaa_40x100.png -------------------------------------------------------------------------------- /static/js/plugins/jquery-ui/images/ui-bg_flat_75_ffffff_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/js/plugins/jquery-ui/images/ui-bg_flat_75_ffffff_40x100.png -------------------------------------------------------------------------------- /static/js/plugins/jquery-ui/images/ui-bg_glass_55_fbf9ee_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/js/plugins/jquery-ui/images/ui-bg_glass_55_fbf9ee_1x400.png -------------------------------------------------------------------------------- /static/js/plugins/jquery-ui/images/ui-bg_glass_65_ffffff_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/js/plugins/jquery-ui/images/ui-bg_glass_65_ffffff_1x400.png -------------------------------------------------------------------------------- /static/js/plugins/jquery-ui/images/ui-bg_glass_75_dadada_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/js/plugins/jquery-ui/images/ui-bg_glass_75_dadada_1x400.png -------------------------------------------------------------------------------- /static/js/plugins/jquery-ui/images/ui-bg_glass_75_e6e6e6_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/js/plugins/jquery-ui/images/ui-bg_glass_75_e6e6e6_1x400.png -------------------------------------------------------------------------------- /static/js/plugins/jquery-ui/images/ui-bg_glass_95_fef1ec_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/js/plugins/jquery-ui/images/ui-bg_glass_95_fef1ec_1x400.png -------------------------------------------------------------------------------- /hosts/salog_urls.py: -------------------------------------------------------------------------------- 1 | from django.conf.urls import include, url, patterns 2 | 3 | urlpatterns = patterns('hosts.views', 4 | url(r'list', 'AuditLog.log_list', name='log_list'), 5 | ) -------------------------------------------------------------------------------- /static/css/plugins/images/bootstrap-colorpicker/alpha-horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leoiceo/SaOps/HEAD/static/css/plugins/images/bootstrap-colorpicker/alpha-horizontal.png -------------------------------------------------------------------------------- /.idea/inspectionProfiles/profiles_settings.xml: -------------------------------------------------------------------------------- 1 |{{ response }}
26 |
27 |
4 |
5 | {{ msg }}
26 | {% endfor %}
27 | {{ msg }}
31 | {% endfor %} 32 || 地区 | 6 |平台 | 7 |服务器地址 | 8 |区服 | 9 |状态 | 10 |日志 | 11 |更新时间 | 12 |
|---|---|---|---|---|---|---|
| {{num.area_name}} | 18 |{{num.platform}} | 19 |{{num.p_ip}} | 20 |{{num.server_name}} | 21 |22 | 23 | | 24 |{{num.log}} | 25 |{{num.update_time|print_time}} | 26 |
| 地区 | 6 |平台 | 7 |数据库地址 | 8 |区服 | 9 |状态 | 10 |日志 | 11 |更新时间 | 12 |
|---|---|---|---|---|---|---|
| {{num.area_name}} | 18 |{{num.platform}} | 19 |{{num.db_ip}} | 20 |{{num.server_name}} | 21 |22 | 23 | | 24 |{{num.log}} | 25 |{{num.update_time|print_time}} | 26 |