├── __init__.py ├── dashboard ├── __init__.py ├── __init__.pyc ├── back │ └── views.py ├── models.pyc ├── tests.py ├── views.py └── views.pyc ├── idcmanager ├── __init__.py ├── __init__.pyc ├── models.py ├── tests.py ├── views.py └── views.pyc ├── install.sh ├── manage.py ├── opsadmin ├── .urls.py.swp ├── __init__.py ├── __init__.pyc ├── admin.py ├── admin.pyc ├── models.py ├── models.pyc ├── settings.py ├── settings.pyc ├── urls.py ├── urls.pyc ├── views.py ├── views.pyc ├── wsgi.py └── wsgi.pyc ├── readme.txt ├── requirements.txt ├── saltstack ├── __init__.py ├── __init__.pyc ├── cmd.py ├── models.py ├── tests.py ├── views.py └── views.pyc ├── start.sh ├── static ├── css │ ├── DT_bootstrap.css │ ├── animate.css │ ├── bootstrap-responsive.css │ ├── bootstrap-responsive.min.css │ ├── bootstrap-wysihtml5.css │ ├── bootstrap.css │ ├── bootstrap.min.css │ ├── colorpicker.css │ ├── datepicker.css │ ├── elusive-webfont.css │ ├── font-awesome.css │ ├── fullcalendar.css │ ├── jquery.pnotify.default.css │ ├── picons-oxygen.css │ ├── prettyPhoto.css │ ├── pricing-table.css │ ├── responsive-tables.css │ ├── select2.css │ ├── stilearn-helper.css │ ├── stilearn-icon.css │ ├── stilearn-responsive.css │ ├── stilearn.css │ ├── tablesorter.theme.default.css │ └── uniform.default.css ├── datepicker │ ├── bootstrap-datepicker.js │ └── datepicker.css ├── font │ ├── Elusive-Icons.eot │ ├── Elusive-Icons.svg │ ├── Elusive-Icons.ttf │ ├── Elusive-Icons.woff │ ├── Elusive-Icons_162a16fe.eot │ ├── Socialico.ttf │ ├── fontawesome-webfont.eot │ ├── fontawesome-webfont.svg │ ├── fontawesome-webfont.ttf │ ├── fontawesome-webfont.woff │ ├── fontawesome-webfont_162a16fe.eot │ ├── typicons-regular-webfont.eot │ ├── typicons-regular-webfont.svg │ ├── typicons-regular-webfont.ttf │ ├── typicons-regular-webfont.woff │ └── typicons-regular-webfont_162a16fe.eot ├── getCustomers ├── img │ ├── alpha.png │ ├── bg-body-bar.jpg │ ├── bg-body.jpg │ ├── bg-content-header.png │ ├── bg-content.jpg │ ├── bg-input-focus.png │ ├── bg-input.png │ ├── datatables │ │ ├── sort_asc.png │ │ ├── sort_asc_disabled.png │ │ ├── sort_both.png │ │ ├── sort_desc.png │ │ └── sort_desc_disabled.png │ ├── divider.jpg │ ├── divider.png │ ├── glyphicons-halflings-white.png │ ├── glyphicons-halflings.png │ ├── hue.png │ ├── loader_16.gif │ ├── noise.png │ ├── oxygen │ │ ├── 16 │ │ │ ├── actions │ │ │ │ ├── acrobat.png │ │ │ │ ├── address-book-new.png │ │ │ │ ├── application-exit.png │ │ │ │ ├── appointment-new.png │ │ │ │ ├── archive-extract.png │ │ │ │ ├── archive-insert-directory.png │ │ │ │ ├── archive-insert.png │ │ │ │ ├── archive-remove.png │ │ │ │ ├── arrow-down-double.png │ │ │ │ ├── arrow-down.png │ │ │ │ ├── arrow-left-double.png │ │ │ │ ├── arrow-left.png │ │ │ │ ├── arrow-right-double.png │ │ │ │ ├── arrow-right.png │ │ │ │ ├── arrow-up-double.png │ │ │ │ ├── arrow-up.png │ │ │ │ ├── bookmark-new-list.png │ │ │ │ ├── bookmark-new.png │ │ │ │ ├── bookmark-toolbar.png │ │ │ │ ├── bookmarks-organize.png │ │ │ │ ├── character-set.png │ │ │ │ ├── checkbox.png │ │ │ │ ├── chronometer.png │ │ │ │ ├── color-picker-black.png │ │ │ │ ├── color-picker-grey.png │ │ │ │ ├── color-picker-white.png │ │ │ │ ├── color-picker.png │ │ │ │ ├── configure-shortcuts.png │ │ │ │ ├── configure-toolbars.png │ │ │ │ ├── configure.png │ │ │ │ ├── contact-new.png │ │ │ │ ├── dashboard-show.png │ │ │ │ ├── dialog-cancel.png │ │ │ │ ├── dialog-close.png │ │ │ │ ├── dialog-ok-apply.png │ │ │ │ ├── dialog-ok.png │ │ │ │ ├── document-close.png │ │ │ │ ├── document-decrypt.png │ │ │ │ ├── document-edit-decrypt-verify.png │ │ │ │ ├── document-edit-decrypt.png │ │ │ │ ├── document-edit-encrypt.png │ │ │ │ ├── document-edit-sign-encrypt.png │ │ │ │ ├── document-edit-sign.png │ │ │ │ ├── document-edit-verify.png │ │ │ │ ├── document-edit.png │ │ │ │ ├── document-encrypt.png │ │ │ │ ├── document-export-table.png │ │ │ │ ├── document-export.png │ │ │ │ ├── document-import.png │ │ │ │ ├── document-new.png │ │ │ │ ├── document-open-data.png │ │ │ │ ├── document-open-folder.png │ │ │ │ ├── document-open-recent.png │ │ │ │ ├── document-open-remote.png │ │ │ │ ├── document-open.png │ │ │ │ ├── document-preview-archive.png │ │ │ │ ├── document-preview.png │ │ │ │ ├── document-print-preview.png │ │ │ │ ├── document-print.png │ │ │ │ ├── document-properties.png │ │ │ │ ├── document-revert.png │ │ │ │ ├── document-save-all.png │ │ │ │ ├── document-save-as.png │ │ │ │ ├── document-save.png │ │ │ │ ├── document-sign.png │ │ │ │ ├── document-swap.png │ │ │ │ ├── documentation.png │ │ │ │ ├── documentinfo.png │ │ │ │ ├── download-later.png │ │ │ │ ├── download.png │ │ │ │ ├── edit-bomb.png │ │ │ │ ├── edit-clear-history.png │ │ │ │ ├── edit-clear-list.png │ │ │ │ ├── edit-clear-locationbar-ltr.png │ │ │ │ ├── edit-clear-locationbar-rtl.png │ │ │ │ ├── edit-clear.png │ │ │ │ ├── edit-copy.png │ │ │ │ ├── edit-cut.png │ │ │ │ ├── edit-delete-shred.png │ │ │ │ ├── edit-delete.png │ │ │ │ ├── edit-find-replace.png │ │ │ │ ├── edit-find.png │ │ │ │ ├── edit-link.png │ │ │ │ ├── edit-paste.png │ │ │ │ ├── edit-redo.png │ │ │ │ ├── edit-rename.png │ │ │ │ ├── edit-select-all.png │ │ │ │ ├── edit-select.png │ │ │ │ ├── edit-table-delete-column.png │ │ │ │ ├── edit-table-delete-row.png │ │ │ │ ├── edit-table-insert-column-left.png │ │ │ │ ├── edit-table-insert-column-right.png │ │ │ │ ├── edit-table-insert-row-above.png │ │ │ │ ├── edit-table-insert-row-under.png │ │ │ │ ├── edit-text-frame-update.png │ │ │ │ ├── edit-undo.png │ │ │ │ ├── feed-subscribe.png │ │ │ │ ├── fill-color.png │ │ │ │ ├── flag-black.png │ │ │ │ ├── flag-blue.png │ │ │ │ ├── flag-green.png │ │ │ │ ├── flag-red.png │ │ │ │ ├── flag-yellow.png │ │ │ │ ├── flag.png │ │ │ │ ├── folder-new.png │ │ │ │ ├── folder-sync.png │ │ │ │ ├── fork.png │ │ │ │ ├── get-hot-new-stuff.png │ │ │ │ ├── go-bottom.png │ │ │ │ ├── go-down-search.png │ │ │ │ ├── go-down.png │ │ │ │ ├── go-first-view.png │ │ │ │ ├── go-first.png │ │ │ │ ├── go-home.png │ │ │ │ ├── go-jump-locationbar.png │ │ │ │ ├── go-jump-today.png │ │ │ │ ├── go-jump.png │ │ │ │ ├── go-last-view.png │ │ │ │ ├── go-last.png │ │ │ │ ├── go-next-view.png │ │ │ │ ├── go-next.png │ │ │ │ ├── go-parent-folder.png │ │ │ │ ├── go-previous-view.png │ │ │ │ ├── go-previous.png │ │ │ │ ├── go-top.png │ │ │ │ ├── go-up-search.png │ │ │ │ ├── go-up.png │ │ │ │ ├── help-about.png │ │ │ │ ├── help-contents.png │ │ │ │ ├── help-contextual.png │ │ │ │ ├── help-hint.png │ │ │ │ ├── im-ban-kick-user.png │ │ │ │ ├── im-ban-user.png │ │ │ │ ├── im-invisible-user.png │ │ │ │ ├── im-kick-user.png │ │ │ │ ├── im-user-away.png │ │ │ │ ├── im-user-busy.png │ │ │ │ ├── im-user-offline.png │ │ │ │ ├── im-user.png │ │ │ │ ├── insert-button.png │ │ │ │ ├── insert-horizontal-rule.png │ │ │ │ ├── insert-image.png │ │ │ │ ├── insert-link.png │ │ │ │ ├── insert-table.png │ │ │ │ ├── insert-text-frame.png │ │ │ │ ├── insert-text.png │ │ │ │ ├── layer-visible-off.png │ │ │ │ ├── layer-visible-on.png │ │ │ │ ├── list-add-font.png │ │ │ │ ├── list-add-user.png │ │ │ │ ├── list-add.png │ │ │ │ ├── list-remove-user.png │ │ │ │ ├── list-remove.png │ │ │ │ ├── list-resource-add.png │ │ │ │ ├── mail-flag.png │ │ │ │ ├── mail-forward.png │ │ │ │ ├── mail-invitation.png │ │ │ │ ├── mail-mark-important.png │ │ │ │ ├── mail-mark-junk.png │ │ │ │ ├── mail-mark-notjunk.png │ │ │ │ ├── mail-mark-read.png │ │ │ │ ├── mail-mark-unread-new.png │ │ │ │ ├── mail-mark-unread.png │ │ │ │ ├── mail-message-new.png │ │ │ │ ├── mail-queue.png │ │ │ │ ├── mail-receive.png │ │ │ │ ├── mail-reply-all.png │ │ │ │ ├── mail-reply-custom-all.png │ │ │ │ ├── mail-reply-custom.png │ │ │ │ ├── mail-reply-list.png │ │ │ │ ├── mail-reply-sender.png │ │ │ │ ├── mail-send.png │ │ │ │ ├── measure.png │ │ │ │ ├── media-eject.png │ │ │ │ ├── media-playback-pause.png │ │ │ │ ├── media-playback-start.png │ │ │ │ ├── media-playback-stop.png │ │ │ │ ├── media-record.png │ │ │ │ ├── media-seek-backward.png │ │ │ │ ├── media-seek-forward.png │ │ │ │ ├── media-skip-backward.png │ │ │ │ ├── media-skip-forward.png │ │ │ │ ├── meeting-attending-tentative.png │ │ │ │ ├── meeting-attending.png │ │ │ │ ├── milestone.png │ │ │ │ ├── network-connect.png │ │ │ │ ├── network-disconnect.png │ │ │ │ ├── news-subscribe.png │ │ │ │ ├── news-unsubscribe.png │ │ │ │ ├── object-flip-horizontal.png │ │ │ │ ├── object-flip-vertical.png │ │ │ │ ├── object-group.png │ │ │ │ ├── object-order-back.png │ │ │ │ ├── object-order-front.png │ │ │ │ ├── object-order-lower.png │ │ │ │ ├── object-order-raise.png │ │ │ │ ├── object-rotate-left.png │ │ │ │ ├── object-rotate-right.png │ │ │ │ ├── object-ungroup.png │ │ │ │ ├── office-chart-area-precentage.png │ │ │ │ ├── office-chart-area-stacked.png │ │ │ │ ├── office-chart-area.png │ │ │ │ ├── office-chart-bar-percentage.png │ │ │ │ ├── office-chart-bar-stacked.png │ │ │ │ ├── office-chart-bar.png │ │ │ │ ├── office-chart-line-percentage.png │ │ │ │ ├── office-chart-line-stacked.png │ │ │ │ ├── office-chart-line.png │ │ │ │ ├── office-chart-pie.png │ │ │ │ ├── office-chart-polar-stacked.png │ │ │ │ ├── office-chart-polar.png │ │ │ │ ├── office-chart-ring.png │ │ │ │ ├── office-chart-scatter.png │ │ │ │ ├── page-zoom.png │ │ │ │ ├── player-time.png │ │ │ │ ├── player-volume.png │ │ │ │ ├── preflight-verifier.png │ │ │ │ ├── process-stop.png │ │ │ │ ├── project-development-close-all.png │ │ │ │ ├── project-development-close.png │ │ │ │ ├── project-development-new-template.png │ │ │ │ ├── project-development.png │ │ │ │ ├── project-open.png │ │ │ │ ├── rating.png │ │ │ │ ├── resource-calendar-child-insert.png │ │ │ │ ├── resource-calendar-insert.png │ │ │ │ ├── resource-group-new.png │ │ │ │ ├── resource-group.png │ │ │ │ ├── roll.png │ │ │ │ ├── select-rectangular.png │ │ │ │ ├── services.png │ │ │ │ ├── show-menu.png │ │ │ │ ├── speaker.png │ │ │ │ ├── story-editor.png │ │ │ │ ├── svn-commit.png │ │ │ │ ├── svn-update.png │ │ │ │ ├── system-lock-screen.png │ │ │ │ ├── system-log-out.png │ │ │ │ ├── system-reboot.png │ │ │ │ ├── system-run.png │ │ │ │ ├── system-search.png │ │ │ │ ├── system-shutdown.png │ │ │ │ ├── system-suspend-hibernate.png │ │ │ │ ├── system-suspend.png │ │ │ │ ├── system-switch-user.png │ │ │ │ ├── tab-close-other.png │ │ │ │ ├── tab-close.png │ │ │ │ ├── tab-detach.png │ │ │ │ ├── tab-duplicate.png │ │ │ │ ├── tab-new-background.png │ │ │ │ ├── tab-new.png │ │ │ │ ├── text-field.png │ │ │ │ ├── text-frame-link.png │ │ │ │ ├── text-frame-unlink.png │ │ │ │ ├── text-speak.png │ │ │ │ ├── tool-animator.png │ │ │ │ ├── tools-check-spelling.png │ │ │ │ ├── tools-report-bug.png │ │ │ │ ├── tools-wizard.png │ │ │ │ ├── transform-crop-and-resize.png │ │ │ │ ├── transform-crop.png │ │ │ │ ├── transform-move.png │ │ │ │ ├── transform-rotate.png │ │ │ │ ├── transform-scale.png │ │ │ │ ├── transform-shear-down.png │ │ │ │ ├── transform-shear-left.png │ │ │ │ ├── transform-shear-right.png │ │ │ │ ├── transform-shear-up.png │ │ │ │ ├── trash-empty.png │ │ │ │ ├── user-group-delete.png │ │ │ │ ├── user-group-new.png │ │ │ │ ├── user-group-properties.png │ │ │ │ ├── user-properties.png │ │ │ │ ├── view-bank.png │ │ │ │ ├── view-barcode-add.png │ │ │ │ ├── view-barcode.png │ │ │ │ ├── view-calendar-agenda.png │ │ │ │ ├── view-calendar-birthday.png │ │ │ │ ├── view-calendar-day.png │ │ │ │ ├── view-calendar-holiday.png │ │ │ │ ├── view-calendar-journal.png │ │ │ │ ├── view-calendar-list.png │ │ │ │ ├── view-calendar-month.png │ │ │ │ ├── view-calendar-special-occasion.png │ │ │ │ ├── view-calendar-tasks.png │ │ │ │ ├── view-calendar-time-spent.png │ │ │ │ ├── view-calendar-timeline.png │ │ │ │ ├── view-calendar-upcoming-days.png │ │ │ │ ├── view-calendar-upcoming-events.png │ │ │ │ ├── view-calendar-wedding-anniversary.png │ │ │ │ ├── view-calendar-week.png │ │ │ │ ├── view-calendar-whatsnext.png │ │ │ │ ├── view-calendar-workweek.png │ │ │ │ ├── view-calendar.png │ │ │ │ ├── view-certificate-add.png │ │ │ │ ├── view-certificate-export-secret.png │ │ │ │ ├── view-certificate-export-server.png │ │ │ │ ├── view-certificate-export.png │ │ │ │ ├── view-certificate-import.png │ │ │ │ ├── view-certificate-server-configure.png │ │ │ │ ├── view-certificate-sign.png │ │ │ │ ├── view-certificate.png │ │ │ │ ├── view-choose.png │ │ │ │ ├── view-close.png │ │ │ │ ├── view-file-columns.png │ │ │ │ ├── view-filter.png │ │ │ │ ├── view-form-action.png │ │ │ │ ├── view-form-table.png │ │ │ │ ├── view-form.png │ │ │ │ ├── view-fullscreen.png │ │ │ │ ├── view-grid.png │ │ │ │ ├── view-history.png │ │ │ │ ├── view-ldap-resource.png │ │ │ │ ├── view-left-close.png │ │ │ │ ├── view-list-details.png │ │ │ │ ├── view-list-icons.png │ │ │ │ ├── view-list-text.png │ │ │ │ ├── view-list-tree.png │ │ │ │ ├── view-media-artist.png │ │ │ │ ├── view-media-equalizer.png │ │ │ │ ├── view-media-lyrics.png │ │ │ │ ├── view-media-playlist.png │ │ │ │ ├── view-media-visualization.png │ │ │ │ ├── view-multiple-objects.png │ │ │ │ ├── view-object-histogram-linear.png │ │ │ │ ├── view-object-histogram-logarithmic.png │ │ │ │ ├── view-pim-calendar.png │ │ │ │ ├── view-pim-contacts.png │ │ │ │ ├── view-pim-journal.png │ │ │ │ ├── view-pim-mail.png │ │ │ │ ├── view-pim-news.png │ │ │ │ ├── view-pim-notes.png │ │ │ │ ├── view-pim-summary.png │ │ │ │ ├── view-pim-tasks-pending.png │ │ │ │ ├── view-pim-tasks.png │ │ │ │ ├── view-presentation.png │ │ │ │ ├── view-preview.png │ │ │ │ ├── view-process-all-tree.png │ │ │ │ ├── view-process-all.png │ │ │ │ ├── view-process-own.png │ │ │ │ ├── view-process-system.png │ │ │ │ ├── view-process-tree.png │ │ │ │ ├── view-process-users.png │ │ │ │ ├── view-refresh.png │ │ │ │ ├── view-resource-calendar.png │ │ │ │ ├── view-restore.png │ │ │ │ ├── view-right-close.png │ │ │ │ ├── view-right-new.png │ │ │ │ ├── view-sidetree.png │ │ │ │ ├── view-sort-ascending.png │ │ │ │ ├── view-sort-descending.png │ │ │ │ ├── view-split-left-right.png │ │ │ │ ├── view-split-top-bottom.png │ │ │ │ ├── view-statistics.png │ │ │ │ ├── view-task-add.png │ │ │ │ ├── view-task-child.png │ │ │ │ ├── view-task.png │ │ │ │ ├── view-time-schedule-baselined-add.png │ │ │ │ ├── view-time-schedule-baselined-remove.png │ │ │ │ ├── view-time-schedule-baselined.png │ │ │ │ ├── view-time-schedule-calculus.png │ │ │ │ ├── view-time-schedule-child-insert.png │ │ │ │ ├── view-time-schedule-edit.png │ │ │ │ ├── view-time-schedule.png │ │ │ │ ├── view-web-browser-dom-tree.png │ │ │ │ ├── window-close.png │ │ │ │ ├── window-duplicate.png │ │ │ │ ├── window-new.png │ │ │ │ ├── zoom-fit-best.png │ │ │ │ ├── zoom-fit-height.png │ │ │ │ ├── zoom-fit-width.png │ │ │ │ ├── zoom-in.png │ │ │ │ ├── zoom-original.png │ │ │ │ └── zoom-out.png │ │ │ ├── animations │ │ │ │ ├── process-working.png │ │ │ │ └── throbber.gif │ │ │ ├── apps │ │ │ │ ├── accessories-calculator.png │ │ │ │ ├── accessories-character-map.png │ │ │ │ ├── accessories-dictionary.png │ │ │ │ ├── accessories-text-editor.png │ │ │ │ ├── clock.png │ │ │ │ ├── graphics-viewer-document.png │ │ │ │ ├── help-browser.png │ │ │ │ ├── internet-mail.png │ │ │ │ ├── internet-telephony.png │ │ │ │ ├── internet-web-browser.png │ │ │ │ ├── multimedia-volume-control.png │ │ │ │ ├── office-address-book.png │ │ │ │ ├── office-calendar.png │ │ │ │ ├── preferences-contact-list.png │ │ │ │ ├── preferences-desktop-accessibility.png │ │ │ │ ├── preferences-desktop-color.png │ │ │ │ ├── preferences-desktop-cryptography.png │ │ │ │ ├── preferences-desktop-default-applications.png │ │ │ │ ├── preferences-desktop-display-color.png │ │ │ │ ├── preferences-desktop-display.png │ │ │ │ ├── preferences-desktop-filetype-association.png │ │ │ │ ├── preferences-desktop-font.png │ │ │ │ ├── preferences-desktop-gaming.png │ │ │ │ ├── preferences-desktop-icons.png │ │ │ │ ├── preferences-desktop-keyboard.png │ │ │ │ ├── preferences-desktop-launch-feedback.png │ │ │ │ ├── preferences-desktop-locale.png │ │ │ │ ├── preferences-desktop-mouse.png │ │ │ │ ├── preferences-desktop-notification-bell.png │ │ │ │ ├── preferences-desktop-notification.png │ │ │ │ ├── preferences-desktop-printer.png │ │ │ │ ├── preferences-desktop-screensaver.png │ │ │ │ ├── preferences-desktop-sound.png │ │ │ │ ├── preferences-desktop-text-to-speech.png │ │ │ │ ├── preferences-desktop-theme.png │ │ │ │ ├── preferences-desktop-user-password.png │ │ │ │ ├── preferences-desktop-user.png │ │ │ │ ├── preferences-desktop-wallpaper.png │ │ │ │ ├── preferences-plugin-script.png │ │ │ │ ├── preferences-plugin.png │ │ │ │ ├── preferences-system-bluetooth.png │ │ │ │ ├── preferences-system-login.png │ │ │ │ ├── preferences-system-network-sharing.png │ │ │ │ ├── preferences-system-performance.png │ │ │ │ ├── preferences-system-power-management.png │ │ │ │ ├── preferences-system-session-services.png │ │ │ │ ├── preferences-system-time.png │ │ │ │ ├── preferences-system-windows-actions.png │ │ │ │ ├── preferences-system-windows-move.png │ │ │ │ ├── preferences-system-windows.png │ │ │ │ ├── preferences-web-browser-adblock.png │ │ │ │ ├── preferences-web-browser-cache.png │ │ │ │ ├── preferences-web-browser-cookies.png │ │ │ │ ├── preferences-web-browser-identification.png │ │ │ │ ├── preferences-web-browser-shortcuts.png │ │ │ │ ├── preferences-web-browser-stylesheets.png │ │ │ │ ├── system-file-manager.png │ │ │ │ ├── system-software-update.png │ │ │ │ ├── system-users.png │ │ │ │ ├── utilities-desktop-extra.png │ │ │ │ ├── utilities-file-archiver.png │ │ │ │ ├── utilities-log-viewer.png │ │ │ │ ├── utilities-system-monitor.png │ │ │ │ └── utilities-terminal.png │ │ │ ├── categories │ │ │ │ ├── applications-accessories.png │ │ │ │ ├── applications-development-translation.png │ │ │ │ ├── applications-development-web.png │ │ │ │ ├── applications-development.png │ │ │ │ ├── applications-education-language.png │ │ │ │ ├── applications-education-mathematics.png │ │ │ │ ├── applications-education.png │ │ │ │ ├── applications-engineering.png │ │ │ │ ├── applications-games.png │ │ │ │ ├── applications-graphics.png │ │ │ │ ├── applications-internet.png │ │ │ │ ├── applications-multimedia.png │ │ │ │ ├── applications-office.png │ │ │ │ ├── applications-other.png │ │ │ │ ├── applications-science.png │ │ │ │ ├── applications-system.png │ │ │ │ ├── applications-toys.png │ │ │ │ ├── applications-utilities.png │ │ │ │ ├── preferences-desktop-peripherals.png │ │ │ │ ├── preferences-desktop-personal.png │ │ │ │ ├── preferences-desktop.png │ │ │ │ ├── preferences-other.png │ │ │ │ ├── preferences-system-network.png │ │ │ │ ├── preferences-system.png │ │ │ │ └── system-help.png │ │ │ ├── devices │ │ │ │ ├── audio-card.png │ │ │ │ ├── audio-headset.png │ │ │ │ ├── audio-input-line.png │ │ │ │ ├── audio-input-microphone.png │ │ │ │ ├── battery.png │ │ │ │ ├── camera-photo.png │ │ │ │ ├── camera-web.png │ │ │ │ ├── computer-laptop.png │ │ │ │ ├── computer.png │ │ │ │ ├── cpu.png │ │ │ │ ├── drive-harddisk.png │ │ │ │ ├── drive-optical.png │ │ │ │ ├── drive-removable-media-usb-pendrive.png │ │ │ │ ├── drive-removable-media-usb.png │ │ │ │ ├── drive-removable-media.png │ │ │ │ ├── input-gaming.png │ │ │ │ ├── input-keyboard.png │ │ │ │ ├── input-mouse.png │ │ │ │ ├── input-tablet.png │ │ │ │ ├── media-flash-memory-stick.png │ │ │ │ ├── media-flash-sd-mmc.png │ │ │ │ ├── media-flash-smart-media.png │ │ │ │ ├── media-flash.png │ │ │ │ ├── media-floppy.png │ │ │ │ ├── media-optical.png │ │ │ │ ├── media-tape.png │ │ │ │ ├── modem.png │ │ │ │ ├── multimedia-player.png │ │ │ │ ├── network-wired.png │ │ │ │ ├── network-wireless.png │ │ │ │ ├── pda.png │ │ │ │ ├── phone.png │ │ │ │ ├── printer.png │ │ │ │ ├── scanner.png │ │ │ │ ├── secure-card.png │ │ │ │ ├── video-display.png │ │ │ │ ├── video-projector.png │ │ │ │ └── video-television.png │ │ │ ├── emblems │ │ │ │ ├── emblem-encrypted-locked.png │ │ │ │ ├── emblem-encrypted-unlocked.png │ │ │ │ ├── emblem-favorite.png │ │ │ │ ├── emblem-important.png │ │ │ │ ├── emblem-locked.png │ │ │ │ ├── emblem-mounted.png │ │ │ │ ├── emblem-symbolic-link.png │ │ │ │ ├── emblem-unlocked.png │ │ │ │ ├── emblem-unmounted.png │ │ │ │ ├── vcs-added.png │ │ │ │ ├── vcs-conflicting.png │ │ │ │ ├── vcs-locally-modified.png │ │ │ │ ├── vcs-normal.png │ │ │ │ ├── vcs-removed.png │ │ │ │ └── vcs-update-required.png │ │ │ ├── emotes │ │ │ │ ├── face-angel.png │ │ │ │ ├── face-embarrassed.png │ │ │ │ ├── face-kiss.png │ │ │ │ ├── face-laugh.png │ │ │ │ ├── face-plain.png │ │ │ │ ├── face-raspberry.png │ │ │ │ ├── face-sad.png │ │ │ │ ├── face-smile-big.png │ │ │ │ ├── face-smile.png │ │ │ │ ├── face-surprise.png │ │ │ │ ├── face-uncertain.png │ │ │ │ └── face-wink.png │ │ │ ├── mimetypes │ │ │ │ ├── application-javascript.png │ │ │ │ ├── application-octet-stream.png │ │ │ │ ├── application-pdf.png │ │ │ │ ├── application-rss xml.png │ │ │ │ ├── application-rtf.png │ │ │ │ ├── application-x-desktop.png │ │ │ │ ├── application-x-executable-script.png │ │ │ │ ├── application-x-executable.png │ │ │ │ ├── application-x-php.png │ │ │ │ ├── application-x-shellscript.png │ │ │ │ ├── application-x-shockwave-flash.png │ │ │ │ ├── application-x-trash.png │ │ │ │ ├── application-x-zerosize.png │ │ │ │ ├── application-xhtml xml.png │ │ │ │ ├── application-xml.png │ │ │ │ ├── application-xslt xml.png │ │ │ │ ├── audio-midi.png │ │ │ │ ├── audio-x-generic.png │ │ │ │ ├── encrypted.png │ │ │ │ ├── image-svg xml-compressed.png │ │ │ │ ├── image-svg xml.png │ │ │ │ ├── image-x-generic.png │ │ │ │ ├── inode-directory.png │ │ │ │ ├── message-news.png │ │ │ │ ├── message.png │ │ │ │ ├── package-x-generic.png │ │ │ │ ├── text-calendar.png │ │ │ │ ├── text-css.png │ │ │ │ ├── text-csv.png │ │ │ │ ├── text-directory.png │ │ │ │ ├── text-html.png │ │ │ │ ├── text-plain.png │ │ │ │ ├── text-rtf.png │ │ │ │ ├── text-x-generic.png │ │ │ │ ├── text-xml.png │ │ │ │ ├── unknown.png │ │ │ │ ├── video-x-generic.png │ │ │ │ ├── x-office-address-book.png │ │ │ │ ├── x-office-calendar.png │ │ │ │ ├── x-office-contact.png │ │ │ │ ├── x-office-database.png │ │ │ │ ├── x-office-document.png │ │ │ │ ├── x-office-presentation.png │ │ │ │ └── x-office-spreadsheet.png │ │ │ ├── places │ │ │ │ ├── bookmarks.png │ │ │ │ ├── certificate-server.png │ │ │ │ ├── document-multiple.png │ │ │ │ ├── favorites.png │ │ │ │ ├── folder-blue.png │ │ │ │ ├── folder-bookmark.png │ │ │ │ ├── folder-brown.png │ │ │ │ ├── folder-cyan.png │ │ │ │ ├── folder-development.png │ │ │ │ ├── folder-documents.png │ │ │ │ ├── folder-downloads.png │ │ │ │ ├── folder-favorites.png │ │ │ │ ├── folder-green.png │ │ │ │ ├── folder-grey.png │ │ │ │ ├── folder-html.png │ │ │ │ ├── folder-image.png │ │ │ │ ├── folder-important.png │ │ │ │ ├── folder-locked.png │ │ │ │ ├── folder-orange.png │ │ │ │ ├── folder-print.png │ │ │ │ ├── folder-red.png │ │ │ │ ├── folder-remote.png │ │ │ │ ├── folder-sound.png │ │ │ │ ├── folder-tar.png │ │ │ │ ├── folder-txt.png │ │ │ │ ├── folder-video.png │ │ │ │ ├── folder-violet.png │ │ │ │ ├── folder-yellow.png │ │ │ │ ├── folder.png │ │ │ │ ├── mail-folder-inbox.png │ │ │ │ ├── mail-folder-outbox.png │ │ │ │ ├── mail-folder-sent.png │ │ │ │ ├── mail-message.png │ │ │ │ ├── network-server-database.png │ │ │ │ ├── network-server.png │ │ │ │ ├── network-workgroup.png │ │ │ │ ├── repository.png │ │ │ │ ├── server-database.png │ │ │ │ ├── start-here.png │ │ │ │ ├── user-desktop.png │ │ │ │ ├── user-home.png │ │ │ │ ├── user-identity.png │ │ │ │ └── user-trash.png │ │ │ └── status │ │ │ │ ├── appointment-recurring.png │ │ │ │ ├── appointment-reminder.png │ │ │ │ ├── audio-volume-high.png │ │ │ │ ├── audio-volume-low.png │ │ │ │ ├── audio-volume-medium.png │ │ │ │ ├── audio-volume-muted.png │ │ │ │ ├── dialog-error.png │ │ │ │ ├── dialog-information.png │ │ │ │ ├── dialog-password.png │ │ │ │ ├── dialog-warning.png │ │ │ │ ├── folder-open.png │ │ │ │ ├── image-loading.png │ │ │ │ ├── image-missing.png │ │ │ │ ├── mail-attachment.png │ │ │ │ ├── mail-forwarded.png │ │ │ │ ├── mail-queued.png │ │ │ │ ├── mail-read.png │ │ │ │ ├── mail-replied.png │ │ │ │ ├── mail-sent.png │ │ │ │ ├── mail-tagged.png │ │ │ │ ├── mail-task.png │ │ │ │ ├── mail-unread-new.png │ │ │ │ ├── mail-unread.png │ │ │ │ ├── media-playlist-repeat.png │ │ │ │ ├── media-playlist-shuffle.png │ │ │ │ ├── meeting-organizer.png │ │ │ │ ├── object-locked.png │ │ │ │ ├── object-unlocked.png │ │ │ │ ├── script-error.png │ │ │ │ ├── security-high.png │ │ │ │ ├── security-low.png │ │ │ │ ├── security-medium.png │ │ │ │ ├── task-complete.png │ │ │ │ ├── task-recurring.png │ │ │ │ ├── task-reminder.png │ │ │ │ ├── user-away-extended.png │ │ │ │ ├── user-away.png │ │ │ │ ├── user-busy.png │ │ │ │ ├── user-invisible.png │ │ │ │ ├── user-offline.png │ │ │ │ ├── user-online.png │ │ │ │ ├── user-trash-full.png │ │ │ │ ├── weather-clear-night.png │ │ │ │ ├── weather-clear.png │ │ │ │ ├── weather-clouds-night.png │ │ │ │ ├── weather-clouds.png │ │ │ │ ├── weather-few-clouds-night.png │ │ │ │ ├── weather-few-clouds.png │ │ │ │ ├── weather-freezing-rain.png │ │ │ │ ├── weather-hail.png │ │ │ │ ├── weather-many-clouds.png │ │ │ │ ├── weather-mist.png │ │ │ │ ├── weather-showers-day.png │ │ │ │ ├── weather-showers-night.png │ │ │ │ ├── weather-showers-scattered-day.png │ │ │ │ ├── weather-showers-scattered-night.png │ │ │ │ ├── weather-showers-scattered.png │ │ │ │ ├── weather-showers.png │ │ │ │ ├── weather-snow-rain.png │ │ │ │ ├── weather-snow-scattered-day.png │ │ │ │ ├── weather-snow-scattered-night.png │ │ │ │ ├── weather-snow-scattered.png │ │ │ │ ├── weather-snow.png │ │ │ │ ├── weather-storm.png │ │ │ │ └── window-suppressed.png │ │ └── 32 │ │ │ ├── actions │ │ │ ├── address-book-new.png │ │ │ ├── application-exit.png │ │ │ ├── appointment-new.png │ │ │ ├── archive-extract.png │ │ │ ├── archive-insert-directory.png │ │ │ ├── archive-insert.png │ │ │ ├── archive-remove.png │ │ │ ├── arrow-down-double.png │ │ │ ├── arrow-down.png │ │ │ ├── arrow-left-double.png │ │ │ ├── arrow-left.png │ │ │ ├── arrow-right-double.png │ │ │ ├── arrow-right.png │ │ │ ├── arrow-up-double.png │ │ │ ├── arrow-up.png │ │ │ ├── bookmark-new-list.png │ │ │ ├── bookmark-new.png │ │ │ ├── bookmark-toolbar.png │ │ │ ├── bookmarks-organize.png │ │ │ ├── character-set.png │ │ │ ├── checkbox.png │ │ │ ├── chronometer.png │ │ │ ├── color-picker-black.png │ │ │ ├── color-picker-grey.png │ │ │ ├── color-picker-white.png │ │ │ ├── color-picker.png │ │ │ ├── configure-shortcuts.png │ │ │ ├── configure-toolbars.png │ │ │ ├── configure.png │ │ │ ├── contact-new.png │ │ │ ├── dashboard-show.png │ │ │ ├── dialog-cancel.png │ │ │ ├── dialog-close.png │ │ │ ├── dialog-ok-apply.png │ │ │ ├── dialog-ok.png │ │ │ ├── document-close.png │ │ │ ├── document-decrypt.png │ │ │ ├── document-edit-decrypt-verify.png │ │ │ ├── document-edit-decrypt.png │ │ │ ├── document-edit-encrypt.png │ │ │ ├── document-edit-sign-encrypt.png │ │ │ ├── document-edit-sign.png │ │ │ ├── document-edit-verify.png │ │ │ ├── document-edit.png │ │ │ ├── document-encrypt.png │ │ │ ├── document-encrypted.png │ │ │ ├── document-export-table.png │ │ │ ├── document-export.png │ │ │ ├── document-import.png │ │ │ ├── document-new.png │ │ │ ├── document-open-folder.png │ │ │ ├── document-open-recent.png │ │ │ ├── document-open-remote.png │ │ │ ├── document-open.png │ │ │ ├── document-preview-archive.png │ │ │ ├── document-preview.png │ │ │ ├── document-print-preview.png │ │ │ ├── document-print.png │ │ │ ├── document-properties.png │ │ │ ├── document-revert.png │ │ │ ├── document-save-all.png │ │ │ ├── document-save-as.png │ │ │ ├── document-save.png │ │ │ ├── document-sign.png │ │ │ ├── documentation.png │ │ │ ├── download-later.png │ │ │ ├── download.png │ │ │ ├── edit-bomb.png │ │ │ ├── edit-clear-history.png │ │ │ ├── edit-clear-list.png │ │ │ ├── edit-clear-locationbar-ltr.png │ │ │ ├── edit-clear-locationbar-rtl.png │ │ │ ├── edit-clear.png │ │ │ ├── edit-copy.png │ │ │ ├── edit-cut.png │ │ │ ├── edit-delete-shred.png │ │ │ ├── edit-delete.png │ │ │ ├── edit-find-replace.png │ │ │ ├── edit-find.png │ │ │ ├── edit-paste.png │ │ │ ├── edit-redo.png │ │ │ ├── edit-rename.png │ │ │ ├── edit-select-all.png │ │ │ ├── edit-select.png │ │ │ ├── edit-table-delete-column.png │ │ │ ├── edit-table-delete-row.png │ │ │ ├── edit-table-insert-column-left.png │ │ │ ├── edit-table-insert-column-right.png │ │ │ ├── edit-table-insert-row-above.png │ │ │ ├── edit-table-insert-row-below.png │ │ │ ├── edit-text-frame-update.png │ │ │ ├── edit-undo.png │ │ │ ├── feed-subscribe.png │ │ │ ├── fileview-preview.png │ │ │ ├── fill-color.png │ │ │ ├── flag-black.png │ │ │ ├── flag-blue.png │ │ │ ├── flag-green.png │ │ │ ├── flag-red.png │ │ │ ├── flag-yellow.png │ │ │ ├── flag.png │ │ │ ├── folder-new.png │ │ │ ├── folder-sync.png │ │ │ ├── fork.png │ │ │ ├── get-hot-new-stuff.png │ │ │ ├── go-bottom.png │ │ │ ├── go-down-search.png │ │ │ ├── go-down.png │ │ │ ├── go-first-view.png │ │ │ ├── go-first.png │ │ │ ├── go-home.png │ │ │ ├── go-jump-locationbar.png │ │ │ ├── go-jump-today.png │ │ │ ├── go-jump.png │ │ │ ├── go-last-view.png │ │ │ ├── go-last.png │ │ │ ├── go-next-view.png │ │ │ ├── go-next.png │ │ │ ├── go-previous-view.png │ │ │ ├── go-previous.png │ │ │ ├── go-top.png │ │ │ ├── go-up-search.png │ │ │ ├── go-up.png │ │ │ ├── help-about.png │ │ │ ├── help-contents.png │ │ │ ├── help-contextual.png │ │ │ ├── help-hint.png │ │ │ ├── im-ban-kick-user.png │ │ │ ├── im-ban-user.png │ │ │ ├── im-invisible-user.png │ │ │ ├── im-kick-user.png │ │ │ ├── im-user-away.png │ │ │ ├── im-user-busy.png │ │ │ ├── im-user-offline.png │ │ │ ├── im-user.png │ │ │ ├── insert-horizontal-rule.png │ │ │ ├── insert-image.png │ │ │ ├── insert-link.png │ │ │ ├── insert-table.png │ │ │ ├── insert-text.png │ │ │ ├── journal-new.png │ │ │ ├── layer-visible-off.png │ │ │ ├── layer-visible-on.png │ │ │ ├── list-add-font.png │ │ │ ├── list-add-user.png │ │ │ ├── list-add.png │ │ │ ├── list-remove-user.png │ │ │ ├── list-remove.png │ │ │ ├── list-resource-add.png │ │ │ ├── mail-flag.png │ │ │ ├── mail-forward.png │ │ │ ├── mail-invitation.png │ │ │ ├── mail-mark-important.png │ │ │ ├── mail-mark-junk.png │ │ │ ├── mail-mark-notjunk.png │ │ │ ├── mail-mark-read.png │ │ │ ├── mail-mark-task.png │ │ │ ├── mail-mark-unread-new.png │ │ │ ├── mail-mark-unread.png │ │ │ ├── mail-message-new.png │ │ │ ├── mail-queue.png │ │ │ ├── mail-receive.png │ │ │ ├── mail-reply-all.png │ │ │ ├── mail-reply-custom-all.png │ │ │ ├── mail-reply-custom.png │ │ │ ├── mail-reply-list.png │ │ │ ├── mail-reply-sender.png │ │ │ ├── mail-send.png │ │ │ ├── measure.png │ │ │ ├── media-eject.png │ │ │ ├── media-playback-pause.png │ │ │ ├── media-playback-start.png │ │ │ ├── media-playback-stop.png │ │ │ ├── media-record.png │ │ │ ├── media-seek-backward.png │ │ │ ├── media-seek-forward.png │ │ │ ├── media-skip-backward.png │ │ │ ├── media-skip-forward.png │ │ │ ├── meeting-attending-tentative.png │ │ │ ├── meeting-attending.png │ │ │ ├── milestone.png │ │ │ ├── network-connect.png │ │ │ ├── network-disconnect.png │ │ │ ├── news-subscribe.png │ │ │ ├── news-unsubscribe.png │ │ │ ├── object-flip-horizontal.png │ │ │ ├── object-flip-vertical.png │ │ │ ├── object-rotate-left.png │ │ │ ├── object-rotate-right.png │ │ │ ├── office-chart-area-percentage.png │ │ │ ├── office-chart-area-stacked.png │ │ │ ├── office-chart-area.png │ │ │ ├── office-chart-bar-percentage.png │ │ │ ├── office-chart-bar-stacked.png │ │ │ ├── office-chart-bar.png │ │ │ ├── office-chart-line-percentage.png │ │ │ ├── office-chart-line-stacked.png │ │ │ ├── office-chart-line.png │ │ │ ├── office-chart-pie.png │ │ │ ├── office-chart-polar-stacked.png │ │ │ ├── office-chart-polar.png │ │ │ ├── office-chart-ring.png │ │ │ ├── office-chart-scatter.png │ │ │ ├── page-zoom.png │ │ │ ├── player-time.png │ │ │ ├── player-volume.png │ │ │ ├── preflight-verifier.png │ │ │ ├── process-stop.png │ │ │ ├── project-development-close-all.png │ │ │ ├── project-development-close.png │ │ │ ├── project-development-new-template.png │ │ │ ├── project-development.png │ │ │ ├── project-open.png │ │ │ ├── rating.png │ │ │ ├── resource-calendar-child-insert.png │ │ │ ├── resource-calendar-insert.png │ │ │ ├── resource-group-new.png │ │ │ ├── resource-group.png │ │ │ ├── roll.png │ │ │ ├── select-rectangular.png │ │ │ ├── services.png │ │ │ ├── shapes.png │ │ │ ├── show-menu.png │ │ │ ├── speaker.png │ │ │ ├── split.png │ │ │ ├── story-editor.png │ │ │ ├── svn-commit.png │ │ │ ├── svn-update.png │ │ │ ├── system-lock-screen.png │ │ │ ├── system-log-out.png │ │ │ ├── system-reboot.png │ │ │ ├── system-run.png │ │ │ ├── system-search.png │ │ │ ├── system-shutdown.png │ │ │ ├── system-suspend-hibernate.png │ │ │ ├── system-suspend.png │ │ │ ├── system-switch-user.png │ │ │ ├── tab-close-other.png │ │ │ ├── tab-close.png │ │ │ ├── tab-detach.png │ │ │ ├── tab-duplicate.png │ │ │ ├── tab-new-background.png │ │ │ ├── tab-new.png │ │ │ ├── task-new.png │ │ │ ├── text-field.png │ │ │ ├── text-frame-link.png │ │ │ ├── text-frame-unlink.png │ │ │ ├── text-speak.png │ │ │ ├── tool-animator.png │ │ │ ├── tools-check-spelling.png │ │ │ ├── tools-report-bug.png │ │ │ ├── tools-wizard.png │ │ │ ├── transform-crop-and-resize.png │ │ │ ├── transform-crop.png │ │ │ ├── transform-move.png │ │ │ ├── transform-rotate.png │ │ │ ├── transform-scale-textbox-points.png │ │ │ ├── transform-scale.png │ │ │ ├── transform-shear-down.png │ │ │ ├── transform-shear-left.png │ │ │ ├── transform-shear-right.png │ │ │ ├── transform-shear-up.png │ │ │ ├── trash-empty.png │ │ │ ├── user-group-delete.png │ │ │ ├── user-group-new.png │ │ │ ├── user-group-properties.png │ │ │ ├── user-properties.png │ │ │ ├── view-bank-account.png │ │ │ ├── view-bank.png │ │ │ ├── view-barcode-add.png │ │ │ ├── view-barcode.png │ │ │ ├── view-calendar-agenda.png │ │ │ ├── view-calendar-birthday.png │ │ │ ├── view-calendar-day.png │ │ │ ├── view-calendar-holiday.png │ │ │ ├── view-calendar-journal.png │ │ │ ├── view-calendar-list.png │ │ │ ├── view-calendar-month.png │ │ │ ├── view-calendar-special-occasion.png │ │ │ ├── view-calendar-tasks.png │ │ │ ├── view-calendar-time-spent.png │ │ │ ├── view-calendar-timeline.png │ │ │ ├── view-calendar-upcoming-days.png │ │ │ ├── view-calendar-upcoming-events.png │ │ │ ├── view-calendar-wedding-anniversary.png │ │ │ ├── view-calendar-week.png │ │ │ ├── view-calendar-whatsnext.png │ │ │ ├── view-calendar-workweek.png │ │ │ ├── view-calendar.png │ │ │ ├── view-catalog.png │ │ │ ├── view-certificate-add.png │ │ │ ├── view-certificate-export-secret.png │ │ │ ├── view-certificate-export-server.png │ │ │ ├── view-certificate-export.png │ │ │ ├── view-certificate-import.png │ │ │ ├── view-certificate-server-configure.png │ │ │ ├── view-certificate-sign.png │ │ │ ├── view-certificate.png │ │ │ ├── view-choose.png │ │ │ ├── view-close.png │ │ │ ├── view-credit-card-account.png │ │ │ ├── view-currency-list.png │ │ │ ├── view-file-columns.png │ │ │ ├── view-filter.png │ │ │ ├── view-financial-list.png │ │ │ ├── view-form-action.png │ │ │ ├── view-form-table.png │ │ │ ├── view-form.png │ │ │ ├── view-fullscreen.png │ │ │ ├── view-grid.png │ │ │ ├── view-history.png │ │ │ ├── view-investment.png │ │ │ ├── view-ldap-resource.png │ │ │ ├── view-left-close.png │ │ │ ├── view-list-details.png │ │ │ ├── view-list-icons.png │ │ │ ├── view-list-text.png │ │ │ ├── view-list-tree.png │ │ │ ├── view-media-artist.png │ │ │ ├── view-media-equalizer.png │ │ │ ├── view-media-lyrics.png │ │ │ ├── view-media-playlist.png │ │ │ ├── view-media-visualization.png │ │ │ ├── view-multiple-objects.png │ │ │ ├── view-object-histogram-linear.png │ │ │ ├── view-object-histogram-logarithmic.png │ │ │ ├── view-pim-calendar.png │ │ │ ├── view-pim-contacts.png │ │ │ ├── view-pim-journal.png │ │ │ ├── view-pim-mail.png │ │ │ ├── view-pim-news.png │ │ │ ├── view-pim-notes.png │ │ │ ├── view-pim-summary.png │ │ │ ├── view-pim-tasks-pending.png │ │ │ ├── view-pim-tasks.png │ │ │ ├── view-presentation.png │ │ │ ├── view-preview.png │ │ │ ├── view-process-all-tree.png │ │ │ ├── view-process-all.png │ │ │ ├── view-process-own.png │ │ │ ├── view-process-system.png │ │ │ ├── view-process-users.png │ │ │ ├── view-refresh.png │ │ │ ├── view-resource-calendar.png │ │ │ ├── view-restore.png │ │ │ ├── view-right-close.png │ │ │ ├── view-right-new.png │ │ │ ├── view-sidetree.png │ │ │ ├── view-sort-ascending.png │ │ │ ├── view-sort-descending.png │ │ │ ├── view-split-left-right.png │ │ │ ├── view-split-top-bottom.png │ │ │ ├── view-statistics.png │ │ │ ├── view-stock-account.png │ │ │ ├── view-table-of-contents-ltr.png │ │ │ ├── view-table-of-contents-rtl.png │ │ │ ├── view-task-add.png │ │ │ ├── view-task-child.png │ │ │ ├── view-task.png │ │ │ ├── view-time-schedule-baselined-add.png │ │ │ ├── view-time-schedule-baselined-remove.png │ │ │ ├── view-time-schedule-baselined.png │ │ │ ├── view-time-schedule-calculus.png │ │ │ ├── view-time-schedule-child-insert.png │ │ │ ├── view-time-schedule-edit.png │ │ │ ├── view-time-schedule.png │ │ │ ├── view-web-browser-dom-tree.png │ │ │ ├── window-close.png │ │ │ ├── window-duplicate.png │ │ │ ├── window-new.png │ │ │ ├── zoom-fit-best.png │ │ │ ├── zoom-fit-height.png │ │ │ ├── zoom-fit-width.png │ │ │ ├── zoom-in.png │ │ │ ├── zoom-original.png │ │ │ └── zoom-out.png │ │ │ ├── animations │ │ │ ├── process-working.png │ │ │ └── throbber.gif │ │ │ ├── apps │ │ │ ├── accessories-calculator.png │ │ │ ├── accessories-character-map.png │ │ │ ├── accessories-dictionary.png │ │ │ ├── accessories-text-editor.png │ │ │ ├── clock.png │ │ │ ├── graphics-viewer-document.png │ │ │ ├── help-browser.png │ │ │ ├── internet-mail.png │ │ │ ├── internet-telephony.png │ │ │ ├── internet-web-browser.png │ │ │ ├── multimedia-volume-control.png │ │ │ ├── office-address-book.png │ │ │ ├── office-calendar.png │ │ │ ├── preferences-contact-list.png │ │ │ ├── preferences-desktop-accessibility.png │ │ │ ├── preferences-desktop-color.png │ │ │ ├── preferences-desktop-cryptography.png │ │ │ ├── preferences-desktop-default-applications.png │ │ │ ├── preferences-desktop-display-color.png │ │ │ ├── preferences-desktop-display.png │ │ │ ├── preferences-desktop-filetype-association.png │ │ │ ├── preferences-desktop-font.png │ │ │ ├── preferences-desktop-gaming.png │ │ │ ├── preferences-desktop-icons.png │ │ │ ├── preferences-desktop-keyboard.png │ │ │ ├── preferences-desktop-launch-feedback.png │ │ │ ├── preferences-desktop-locale.png │ │ │ ├── preferences-desktop-mouse.png │ │ │ ├── preferences-desktop-notification-bell.png │ │ │ ├── preferences-desktop-notification.png │ │ │ ├── preferences-desktop-printer.png │ │ │ ├── preferences-desktop-screensaver.png │ │ │ ├── preferences-desktop-sound.png │ │ │ ├── preferences-desktop-text-to-speech.png │ │ │ ├── preferences-desktop-theme.png │ │ │ ├── preferences-desktop-user-password.png │ │ │ ├── preferences-desktop-user.png │ │ │ ├── preferences-desktop-wallpaper.png │ │ │ ├── preferences-plugin-script.png │ │ │ ├── preferences-plugin.png │ │ │ ├── preferences-system-bluetooth.png │ │ │ ├── preferences-system-login.png │ │ │ ├── preferences-system-network-sharing.png │ │ │ ├── preferences-system-performance.png │ │ │ ├── preferences-system-power-management.png │ │ │ ├── preferences-system-session-services.png │ │ │ ├── preferences-system-time.png │ │ │ ├── preferences-system-windows-actions.png │ │ │ ├── preferences-system-windows-move.png │ │ │ ├── preferences-system-windows.png │ │ │ ├── preferences-web-browser-adblock.png │ │ │ ├── preferences-web-browser-cache.png │ │ │ ├── preferences-web-browser-cookies.png │ │ │ ├── preferences-web-browser-identification.png │ │ │ ├── preferences-web-browser-shortcuts.png │ │ │ ├── preferences-web-browser-stylesheets.png │ │ │ ├── system-file-manager.png │ │ │ ├── system-software-update.png │ │ │ ├── system-users.png │ │ │ ├── utilities-desktop-extra.png │ │ │ ├── utilities-file-archiver.png │ │ │ ├── utilities-log-viewer.png │ │ │ ├── utilities-system-monitor.png │ │ │ └── utilities-terminal.png │ │ │ ├── categories │ │ │ ├── applications-accessories.png │ │ │ ├── applications-development-translation.png │ │ │ ├── applications-development-web.png │ │ │ ├── applications-development.png │ │ │ ├── applications-education-language.png │ │ │ ├── applications-education-mathematics.png │ │ │ ├── applications-education.png │ │ │ ├── applications-engineering.png │ │ │ ├── applications-games.png │ │ │ ├── applications-graphics.png │ │ │ ├── applications-internet.png │ │ │ ├── applications-multimedia.png │ │ │ ├── applications-office.png │ │ │ ├── applications-other.png │ │ │ ├── applications-science.png │ │ │ ├── applications-system.png │ │ │ ├── applications-toys.png │ │ │ ├── applications-utilities.png │ │ │ ├── preferences-desktop-peripherals.png │ │ │ ├── preferences-desktop-personal.png │ │ │ ├── preferences-desktop.png │ │ │ ├── preferences-other.png │ │ │ ├── preferences-system-network.png │ │ │ ├── preferences-system.png │ │ │ └── system-help.png │ │ │ ├── devices │ │ │ ├── audio-card.png │ │ │ ├── audio-headset.png │ │ │ ├── audio-input-line.png │ │ │ ├── audio-input-microphone.png │ │ │ ├── battery.png │ │ │ ├── camera-photo.png │ │ │ ├── camera-web.png │ │ │ ├── computer-laptop.png │ │ │ ├── computer.png │ │ │ ├── cpu.png │ │ │ ├── drive-harddisk.png │ │ │ ├── drive-optical.png │ │ │ ├── drive-removable-media-usb-pendrive.png │ │ │ ├── drive-removable-media-usb.png │ │ │ ├── drive-removable-media.png │ │ │ ├── input-gaming.png │ │ │ ├── input-keyboard.png │ │ │ ├── input-mouse.png │ │ │ ├── input-tablet.png │ │ │ ├── media-flash-memory-stick.png │ │ │ ├── media-flash-sd-mmc.png │ │ │ ├── media-flash-smart-media.png │ │ │ ├── media-flash.png │ │ │ ├── media-floppy.png │ │ │ ├── media-optical.png │ │ │ ├── media-tape.png │ │ │ ├── modem.png │ │ │ ├── multimedia-player.png │ │ │ ├── network-wired.png │ │ │ ├── network-wireless.png │ │ │ ├── pda.png │ │ │ ├── phone.png │ │ │ ├── printer-laser.png │ │ │ ├── printer.png │ │ │ ├── scanner.png │ │ │ ├── secure-card.png │ │ │ ├── video-display.png │ │ │ ├── video-projector.png │ │ │ └── video-television.png │ │ │ ├── emblems │ │ │ ├── emblem-encrypted-locked.png │ │ │ ├── emblem-encrypted-unlocked.png │ │ │ ├── emblem-favorite.png │ │ │ ├── emblem-important.png │ │ │ ├── emblem-locked.png │ │ │ ├── emblem-mounted.png │ │ │ ├── emblem-symbolic-link.png │ │ │ ├── emblem-unlocked.png │ │ │ ├── emblem-unmounted.png │ │ │ ├── vcs-added.png │ │ │ ├── vcs-conflicting.png │ │ │ ├── vcs-locally-modified.png │ │ │ ├── vcs-normal.png │ │ │ ├── vcs-removed.png │ │ │ └── vcs-update-required.png │ │ │ ├── emotes │ │ │ ├── face-angel.png │ │ │ ├── face-embarrassed.png │ │ │ ├── face-kiss.png │ │ │ ├── face-laugh.png │ │ │ ├── face-plain.png │ │ │ ├── face-raspberry.png │ │ │ ├── face-sad.png │ │ │ ├── face-smile-big.png │ │ │ ├── face-smile.png │ │ │ ├── face-surprise.png │ │ │ ├── face-uncertain.png │ │ │ └── face-wink.png │ │ │ ├── mimetypes │ │ │ ├── application-javascript.png │ │ │ ├── application-octet-stream.png │ │ │ ├── application-pdf.png │ │ │ ├── application-rss xml.png │ │ │ ├── application-x-desktop.png │ │ │ ├── application-x-executable-script.png │ │ │ ├── application-x-executable.png │ │ │ ├── application-x-php.png │ │ │ ├── application-x-shellscript.png │ │ │ ├── application-x-shockwave-flash.png │ │ │ ├── application-x-trash.png │ │ │ ├── application-x-zerosize.png │ │ │ ├── application-xhtml xml.png │ │ │ ├── application-xml.png │ │ │ ├── application-xslt xml.png │ │ │ ├── audio-midi.png │ │ │ ├── audio-x-generic.png │ │ │ ├── encrypted.png │ │ │ ├── image-svg xml-compressed.png │ │ │ ├── image-svg xml.png │ │ │ ├── image-x-generic.png │ │ │ ├── inode-directory.png │ │ │ ├── message-news.png │ │ │ ├── message.png │ │ │ ├── package-x-generic.png │ │ │ ├── text-calendar.png │ │ │ ├── text-css.png │ │ │ ├── text-csv.png │ │ │ ├── text-directory.png │ │ │ ├── text-html.png │ │ │ ├── text-plain.png │ │ │ ├── text-rtf.png │ │ │ ├── text-x-generic.png │ │ │ ├── text-xml.png │ │ │ ├── unknown.png │ │ │ ├── video-x-generic.png │ │ │ ├── x-office-address-book.png │ │ │ ├── x-office-calendar.png │ │ │ ├── x-office-contact.png │ │ │ ├── x-office-database.png │ │ │ ├── x-office-document.png │ │ │ ├── x-office-presentation.png │ │ │ └── x-office-spreadsheet.png │ │ │ ├── places │ │ │ ├── bookmarks.png │ │ │ ├── certificate-server.png │ │ │ ├── document-multiple.png │ │ │ ├── favorites.png │ │ │ ├── folder-blue.png │ │ │ ├── folder-bookmark.png │ │ │ ├── folder-brown.png │ │ │ ├── folder-cyan.png │ │ │ ├── folder-development.png │ │ │ ├── folder-documents.png │ │ │ ├── folder-downloads.png │ │ │ ├── folder-favorites.png │ │ │ ├── folder-green.png │ │ │ ├── folder-grey.png │ │ │ ├── folder-html.png │ │ │ ├── folder-image.png │ │ │ ├── folder-important.png │ │ │ ├── folder-locked.png │ │ │ ├── folder-orange.png │ │ │ ├── folder-print.png │ │ │ ├── folder-red.png │ │ │ ├── folder-remote.png │ │ │ ├── folder-sound.png │ │ │ ├── folder-tar.png │ │ │ ├── folder-txt.png │ │ │ ├── folder-video.png │ │ │ ├── folder-violet.png │ │ │ ├── folder-yellow.png │ │ │ ├── folder.png │ │ │ ├── mail-folder-inbox.png │ │ │ ├── mail-folder-outbox.png │ │ │ ├── mail-folder-sent.png │ │ │ ├── mail-message.png │ │ │ ├── network-server-database.png │ │ │ ├── network-server.png │ │ │ ├── network-workgroup.png │ │ │ ├── repository.png │ │ │ ├── server-database.png │ │ │ ├── start-here.png │ │ │ ├── user-desktop.png │ │ │ ├── user-home.png │ │ │ ├── user-identity.png │ │ │ └── user-trash.png │ │ │ └── status │ │ │ ├── appointment-recurring.png │ │ │ ├── appointment-reminder.png │ │ │ ├── audio-volume-high.png │ │ │ ├── audio-volume-low.png │ │ │ ├── audio-volume-medium.png │ │ │ ├── audio-volume-muted.png │ │ │ ├── dialog-error.png │ │ │ ├── dialog-information.png │ │ │ ├── dialog-password.png │ │ │ ├── dialog-warning.png │ │ │ ├── folder-open.png │ │ │ ├── image-loading.png │ │ │ ├── image-missing.png │ │ │ ├── mail-attachment.png │ │ │ ├── mail-forwarded.png │ │ │ ├── mail-queued.png │ │ │ ├── mail-read.png │ │ │ ├── mail-replied.png │ │ │ ├── mail-tagged.png │ │ │ ├── mail-unread-new.png │ │ │ ├── mail-unread.png │ │ │ ├── media-playlist-repeat.png │ │ │ ├── media-playlist-shuffle.png │ │ │ ├── meeting-organizer.png │ │ │ ├── object-locked.png │ │ │ ├── object-unlocked.png │ │ │ ├── script-error.png │ │ │ ├── security-high.png │ │ │ ├── security-low.png │ │ │ ├── security-medium.png │ │ │ ├── task-complete.png │ │ │ ├── task-recurring.png │ │ │ ├── task-reminder.png │ │ │ ├── user-away-extended.png │ │ │ ├── user-away.png │ │ │ ├── user-busy.png │ │ │ ├── user-offline.png │ │ │ ├── user-online.png │ │ │ ├── user-trash-full.png │ │ │ ├── weather-clear-night.png │ │ │ ├── weather-clear.png │ │ │ ├── weather-clouds-night.png │ │ │ ├── weather-clouds.png │ │ │ ├── weather-few-clouds-night.png │ │ │ ├── weather-few-clouds.png │ │ │ ├── weather-freezing-rain.png │ │ │ ├── weather-hail.png │ │ │ ├── weather-many-clouds.png │ │ │ ├── weather-mist.png │ │ │ ├── weather-none-available.png │ │ │ ├── weather-showers-day.png │ │ │ ├── weather-showers-night.png │ │ │ ├── weather-showers-scattered-day.png │ │ │ ├── weather-showers-scattered-night.png │ │ │ ├── weather-showers-scattered.png │ │ │ ├── weather-showers.png │ │ │ ├── weather-snow-rain.png │ │ │ ├── weather-snow-scattered-day.png │ │ │ ├── weather-snow-scattered-night.png │ │ │ ├── weather-snow-scattered.png │ │ │ ├── weather-snow.png │ │ │ ├── weather-storm.png │ │ │ └── window-suppressed.png │ ├── prettyPhoto │ │ ├── dark_rounded │ │ │ ├── btnNext.png │ │ │ ├── btnPrevious.png │ │ │ ├── contentPattern.png │ │ │ ├── loader.gif │ │ │ └── sprite.png │ │ ├── dark_square │ │ │ ├── btnNext.png │ │ │ ├── btnPrevious.png │ │ │ ├── loader.gif │ │ │ └── sprite.png │ │ ├── default │ │ │ ├── default_thumb.png │ │ │ ├── loader.gif │ │ │ ├── sprite.png │ │ │ ├── sprite_next.png │ │ │ ├── sprite_prev.png │ │ │ ├── sprite_x.png │ │ │ └── sprite_y.png │ │ ├── facebook │ │ │ ├── btnNext.png │ │ │ ├── btnPrevious.png │ │ │ ├── contentPatternBottom.png │ │ │ ├── contentPatternLeft.png │ │ │ ├── contentPatternRight.png │ │ │ ├── contentPatternTop.png │ │ │ ├── default_thumbnail.gif │ │ │ ├── loader.gif │ │ │ └── sprite.png │ │ ├── light_rounded │ │ │ ├── btnNext.png │ │ │ ├── btnPrevious.png │ │ │ ├── loader.gif │ │ │ └── sprite.png │ │ └── light_square │ │ │ ├── btnNext.png │ │ │ ├── btnPrevious.png │ │ │ └── sprite.png │ ├── sample │ │ ├── fullscreen │ │ │ ├── 1.jpg │ │ │ ├── 10.jpg │ │ │ ├── 11.jpg │ │ │ ├── 12.jpg │ │ │ ├── 13.jpg │ │ │ ├── 14.jpg │ │ │ ├── 2.jpg │ │ │ ├── 3.jpg │ │ │ ├── 4.jpg │ │ │ ├── 5.jpg │ │ │ ├── 6.jpg │ │ │ ├── 7.jpg │ │ │ ├── 8.jpg │ │ │ └── 9.jpg │ │ └── thumbnails │ │ │ ├── t_1.jpg │ │ │ ├── t_10.jpg │ │ │ ├── t_11.jpg │ │ │ ├── t_12.jpg │ │ │ ├── t_13.jpg │ │ │ ├── t_14.jpg │ │ │ ├── t_2.jpg │ │ │ ├── t_3.jpg │ │ │ ├── t_4.jpg │ │ │ ├── t_5.jpg │ │ │ ├── t_6.jpg │ │ │ ├── t_7.jpg │ │ │ ├── t_8.jpg │ │ │ └── t_9.jpg │ ├── saturation.png │ ├── select2 │ │ ├── select2.png │ │ ├── select2x2.png │ │ └── spinner.gif │ ├── sprite.png │ ├── user-thumb-mini.jpg │ ├── user-thumb.jpg │ ├── user.jpg │ └── waffle_sprite27.png ├── jquery │ ├── .editorconfig │ ├── .gitattributes │ ├── .gitignore │ ├── .jshintignore │ ├── .jshintrc │ ├── .mailmap │ ├── css │ │ └── tablesorter.css │ ├── images │ │ ├── animated-overlay.gif │ │ ├── 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 │ │ ├── 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 │ ├── jquery-2.0.3.min.map │ ├── jquery-ui.css │ ├── jquery-ui.js │ ├── jquery-ui.min.js │ ├── jquery.min.js │ └── jquery.tablesorter.min.js ├── js │ ├── ace-editor │ │ └── file-changer.php │ ├── bootstrap.js │ ├── bootstrap.min.js │ ├── calendar │ │ └── fullcalendar.js │ ├── colorpicker │ │ └── bootstrap-colorpicker.js │ ├── datatables │ │ ├── DT_bootstrap.js │ │ ├── extras │ │ │ ├── TableTools.min.js │ │ │ └── ZeroClipboard.js │ │ ├── jquery.dataTables.min.js │ │ └── swf │ │ │ └── copy_csv_xls_pdf.swf │ ├── datepicker │ │ └── bootstrap-datepicker.js │ ├── django-ajax.js │ ├── filterable │ │ ├── filterable.js │ │ └── jquery.easing.1.3.js │ ├── flot │ │ ├── excanvas.js │ │ ├── jquery.flot.categories.js │ │ ├── jquery.flot.crosshair.js │ │ ├── jquery.flot.demo.js │ │ ├── jquery.flot.js │ │ ├── jquery.flot.pie.js │ │ ├── jquery.flot.resize.js │ │ ├── jquery.flot.stack.js │ │ └── jquery.flot.symbol.js │ ├── holder.js │ ├── html5shiv.js │ ├── jquery-ui.min.js │ ├── jquery-ui.min_16faaa22.js │ ├── jquery-ui.min_a2e8e22c.js │ ├── jquery.js │ ├── jquery.min.js │ ├── jquery.tablesorter.min.js │ ├── jquery_5e985c10.js │ ├── knob │ │ └── jquery.knob.js │ ├── peity │ │ └── jquery.peity.js │ ├── pnotify │ │ ├── jquery.pnotify.demo.js │ │ └── jquery.pnotify.js │ ├── prettyPhoto │ │ └── jquery.prettyPhoto.js │ ├── pricing-table │ │ └── prefixfree.js │ ├── responsive-tables │ │ └── responsive-tables.js │ ├── select2 │ │ └── select2.js │ ├── shengshi.js │ ├── stilearn-base.js │ ├── uniform │ │ └── jquery.uniform.js │ ├── validate │ │ ├── jquery.metadata.js │ │ └── jquery.validate.js │ ├── widgets.js │ ├── wizard │ │ ├── jquery.ui.widget.js │ │ └── jquery.wizard.js │ └── wysihtml5 │ │ ├── bootstrap-wysihtml5.js │ │ └── wysihtml5-0.3.0.js └── paramquery_grid │ ├── ChangeLog.txt │ ├── GPL-LICENSE.txt │ ├── ReadMe.txt │ ├── images │ ├── Refresh.gif │ ├── cross.png │ ├── horiz-bg.png │ ├── horiz-slider-bg.png │ ├── loading.gif │ ├── page-first-gray.gif │ ├── page-last-gray.gif │ ├── page-next-gray.gif │ ├── page-prev-gray.gif │ ├── sort_asc.gif │ ├── sort_desc.gif │ ├── sprite.png │ ├── tick.png │ ├── vert-bg.png │ └── vert-slider-bg.png │ ├── index.htm │ ├── localize │ ├── pq-localize-de.js │ ├── pq-localize-es.js │ ├── pq-localize-hu.js │ ├── pq-localize-it.js │ ├── pq-localize-ja.js │ ├── pq-localize-nl.js │ └── pq-localize-zh.js │ ├── pqgrid.dev.css │ ├── pqgrid.dev.js │ ├── pqgrid.min.css │ ├── pqgrid.min.js │ └── themes │ └── Office │ ├── images │ ├── column-header-bg.png │ └── column-header-over-bg.gif │ └── pqgrid.css └── templates ├── add_tab.txt ├── ajax.html ├── back ├── 2013-07-24-index.html ├── 2013-07-30-OK-idc-manager.html ├── 2013-08-01-idc-manager.html ├── 2013-08-13-idc-manager.html ├── 2013-08-13-ok-saltstack.html ├── 2013-08-18-idc-manager.html ├── 2013-08-27-idc-manager.html ├── ajax.html ├── html_table │ ├── json.test.ok.idc-manager.html │ └── test.ok.idc-manager.html ├── idc-manager.html ├── index.html ├── json.test.ok.idc-manager.html ├── login.htm └── table_add_del.html ├── id.html ├── idc-manager.html ├── index.html ├── json.test.ok.idc-manager.html ├── login.html ├── logout.html ├── minion.html ├── nohup.out ├── ok.ajax.html ├── post_ajax.html ├── register.html ├── saltstack.html ├── table_add_del.html ├── test.html ├── test.nook.idc-manager.html ├── test.ok.idc-manager.html └── test_ok └── idc-manager.html /__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/__init__.py -------------------------------------------------------------------------------- /dashboard/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/dashboard/__init__.py -------------------------------------------------------------------------------- /dashboard/__init__.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/dashboard/__init__.pyc -------------------------------------------------------------------------------- /dashboard/models.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/dashboard/models.pyc -------------------------------------------------------------------------------- /dashboard/views.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/dashboard/views.pyc -------------------------------------------------------------------------------- /idcmanager/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/idcmanager/__init__.py -------------------------------------------------------------------------------- /idcmanager/__init__.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/idcmanager/__init__.pyc -------------------------------------------------------------------------------- /idcmanager/views.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/idcmanager/views.pyc -------------------------------------------------------------------------------- /opsadmin/.urls.py.swp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/opsadmin/.urls.py.swp -------------------------------------------------------------------------------- /opsadmin/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/opsadmin/__init__.py -------------------------------------------------------------------------------- /opsadmin/__init__.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/opsadmin/__init__.pyc -------------------------------------------------------------------------------- /opsadmin/admin.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/opsadmin/admin.pyc -------------------------------------------------------------------------------- /opsadmin/models.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/opsadmin/models.pyc -------------------------------------------------------------------------------- /opsadmin/settings.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/opsadmin/settings.pyc -------------------------------------------------------------------------------- /opsadmin/urls.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/opsadmin/urls.pyc -------------------------------------------------------------------------------- /opsadmin/views.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/opsadmin/views.pyc -------------------------------------------------------------------------------- /opsadmin/wsgi.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/opsadmin/wsgi.pyc -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | Django==1.4 2 | MySQL-python 3 | -------------------------------------------------------------------------------- /saltstack/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/saltstack/__init__.py -------------------------------------------------------------------------------- /saltstack/__init__.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/saltstack/__init__.pyc -------------------------------------------------------------------------------- /saltstack/cmd.py: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env python 2 | import salt.utils 3 | 4 | def test1(): 5 | cmd='ping -c 4 8.8.8.8' 6 | ret=__salt__['cmd.run'](cmd) 7 | print ret 8 | test1() 9 | -------------------------------------------------------------------------------- /saltstack/models.py: -------------------------------------------------------------------------------- 1 | from django.db import models 2 | 3 | # Create your models here. 4 | -------------------------------------------------------------------------------- /saltstack/views.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/saltstack/views.pyc -------------------------------------------------------------------------------- /static/font/Elusive-Icons.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/font/Elusive-Icons.eot -------------------------------------------------------------------------------- /static/font/Elusive-Icons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/font/Elusive-Icons.ttf -------------------------------------------------------------------------------- /static/font/Elusive-Icons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/font/Elusive-Icons.woff -------------------------------------------------------------------------------- /static/font/Elusive-Icons_162a16fe.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/font/Elusive-Icons_162a16fe.eot -------------------------------------------------------------------------------- /static/font/Socialico.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/font/Socialico.ttf -------------------------------------------------------------------------------- /static/font/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/font/fontawesome-webfont.eot -------------------------------------------------------------------------------- /static/font/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/font/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /static/font/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/font/fontawesome-webfont.woff -------------------------------------------------------------------------------- /static/font/fontawesome-webfont_162a16fe.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/font/fontawesome-webfont_162a16fe.eot -------------------------------------------------------------------------------- /static/font/typicons-regular-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/font/typicons-regular-webfont.eot -------------------------------------------------------------------------------- /static/font/typicons-regular-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/font/typicons-regular-webfont.ttf -------------------------------------------------------------------------------- /static/font/typicons-regular-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/font/typicons-regular-webfont.woff -------------------------------------------------------------------------------- /static/font/typicons-regular-webfont_162a16fe.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/font/typicons-regular-webfont_162a16fe.eot -------------------------------------------------------------------------------- /static/img/alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/alpha.png -------------------------------------------------------------------------------- /static/img/bg-body-bar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/bg-body-bar.jpg -------------------------------------------------------------------------------- /static/img/bg-body.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/bg-body.jpg -------------------------------------------------------------------------------- /static/img/bg-content-header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/bg-content-header.png -------------------------------------------------------------------------------- /static/img/bg-content.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/bg-content.jpg -------------------------------------------------------------------------------- /static/img/bg-input-focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/bg-input-focus.png -------------------------------------------------------------------------------- /static/img/bg-input.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/bg-input.png -------------------------------------------------------------------------------- /static/img/datatables/sort_asc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/datatables/sort_asc.png -------------------------------------------------------------------------------- /static/img/datatables/sort_asc_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/datatables/sort_asc_disabled.png -------------------------------------------------------------------------------- /static/img/datatables/sort_both.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/datatables/sort_both.png -------------------------------------------------------------------------------- /static/img/datatables/sort_desc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/datatables/sort_desc.png -------------------------------------------------------------------------------- /static/img/datatables/sort_desc_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/datatables/sort_desc_disabled.png -------------------------------------------------------------------------------- /static/img/divider.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/divider.jpg -------------------------------------------------------------------------------- /static/img/divider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/divider.png -------------------------------------------------------------------------------- /static/img/glyphicons-halflings-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/glyphicons-halflings-white.png -------------------------------------------------------------------------------- /static/img/glyphicons-halflings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/glyphicons-halflings.png -------------------------------------------------------------------------------- /static/img/hue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/hue.png -------------------------------------------------------------------------------- /static/img/loader_16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/loader_16.gif -------------------------------------------------------------------------------- /static/img/noise.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/noise.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/acrobat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/acrobat.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/address-book-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/address-book-new.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/application-exit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/application-exit.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/appointment-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/appointment-new.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/archive-extract.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/archive-extract.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/archive-insert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/archive-insert.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/archive-remove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/archive-remove.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/arrow-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/arrow-down.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/arrow-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/arrow-left.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/arrow-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/arrow-right.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/arrow-up-double.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/arrow-up-double.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/arrow-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/arrow-up.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/bookmark-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/bookmark-new.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/bookmark-toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/bookmark-toolbar.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/character-set.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/character-set.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/checkbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/checkbox.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/chronometer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/chronometer.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/color-picker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/color-picker.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/configure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/configure.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/contact-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/contact-new.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/dashboard-show.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/dashboard-show.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/dialog-cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/dialog-cancel.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/dialog-close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/dialog-close.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/dialog-ok-apply.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/dialog-ok-apply.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/dialog-ok.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/dialog-ok.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/document-close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/document-close.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/document-decrypt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/document-decrypt.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/document-edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/document-edit.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/document-encrypt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/document-encrypt.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/document-export.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/document-export.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/document-import.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/document-import.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/document-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/document-new.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/document-open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/document-open.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/document-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/document-preview.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/document-print.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/document-print.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/document-revert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/document-revert.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/document-save-as.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/document-save-as.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/document-save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/document-save.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/document-sign.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/document-sign.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/document-swap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/document-swap.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/documentation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/documentation.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/documentinfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/documentinfo.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/download-later.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/download-later.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/download.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/edit-bomb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/edit-bomb.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/edit-clear-list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/edit-clear-list.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/edit-clear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/edit-clear.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/edit-copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/edit-copy.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/edit-cut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/edit-cut.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/edit-delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/edit-delete.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/edit-find.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/edit-find.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/edit-link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/edit-link.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/edit-paste.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/edit-paste.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/edit-redo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/edit-redo.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/edit-rename.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/edit-rename.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/edit-select-all.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/edit-select-all.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/edit-select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/edit-select.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/edit-undo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/edit-undo.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/feed-subscribe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/feed-subscribe.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/fill-color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/fill-color.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/flag-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/flag-black.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/flag-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/flag-blue.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/flag-green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/flag-green.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/flag-red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/flag-red.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/flag-yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/flag-yellow.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/flag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/flag.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/folder-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/folder-new.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/folder-sync.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/folder-sync.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/fork.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/fork.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/go-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/go-bottom.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/go-down-search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/go-down-search.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/go-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/go-down.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/go-first-view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/go-first-view.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/go-first.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/go-first.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/go-home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/go-home.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/go-jump-today.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/go-jump-today.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/go-jump.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/go-jump.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/go-last-view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/go-last-view.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/go-last.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/go-last.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/go-next-view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/go-next-view.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/go-next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/go-next.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/go-parent-folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/go-parent-folder.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/go-previous-view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/go-previous-view.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/go-previous.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/go-previous.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/go-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/go-top.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/go-up-search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/go-up-search.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/go-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/go-up.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/help-about.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/help-about.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/help-contents.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/help-contents.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/help-hint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/help-hint.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/im-ban-user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/im-ban-user.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/im-kick-user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/im-kick-user.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/im-user-away.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/im-user-away.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/im-user-busy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/im-user-busy.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/im-user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/im-user.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/insert-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/insert-button.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/insert-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/insert-image.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/insert-link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/insert-link.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/insert-table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/insert-table.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/insert-text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/insert-text.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/list-add-font.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/list-add-font.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/list-add-user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/list-add-user.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/list-add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/list-add.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/list-remove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/list-remove.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/mail-flag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/mail-flag.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/mail-forward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/mail-forward.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/mail-mark-junk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/mail-mark-junk.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/mail-mark-read.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/mail-mark-read.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/mail-queue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/mail-queue.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/mail-receive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/mail-receive.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/mail-reply-all.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/mail-reply-all.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/mail-send.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/mail-send.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/measure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/measure.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/media-eject.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/media-eject.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/media-record.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/media-record.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/milestone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/milestone.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/news-subscribe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/news-subscribe.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/object-group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/object-group.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/object-ungroup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/object-ungroup.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/page-zoom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/page-zoom.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/player-time.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/player-time.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/player-volume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/player-volume.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/process-stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/process-stop.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/project-open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/project-open.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/rating.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/rating.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/resource-group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/resource-group.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/roll.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/roll.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/services.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/services.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/show-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/show-menu.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/speaker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/speaker.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/story-editor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/story-editor.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/svn-commit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/svn-commit.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/svn-update.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/svn-update.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/system-log-out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/system-log-out.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/system-reboot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/system-reboot.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/system-run.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/system-run.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/system-search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/system-search.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/system-suspend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/system-suspend.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/tab-close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/tab-close.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/tab-detach.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/tab-detach.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/tab-duplicate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/tab-duplicate.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/tab-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/tab-new.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/text-field.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/text-field.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/text-speak.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/text-speak.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/tool-animator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/tool-animator.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/tools-wizard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/tools-wizard.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/transform-crop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/transform-crop.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/transform-move.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/transform-move.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/trash-empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/trash-empty.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/user-group-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/user-group-new.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/view-bank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/view-bank.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/view-barcode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/view-barcode.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/view-calendar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/view-calendar.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/view-choose.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/view-choose.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/view-close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/view-close.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/view-filter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/view-filter.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/view-form.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/view-form.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/view-grid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/view-grid.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/view-history.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/view-history.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/view-list-text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/view-list-text.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/view-list-tree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/view-list-tree.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/view-pim-mail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/view-pim-mail.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/view-pim-news.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/view-pim-news.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/view-pim-notes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/view-pim-notes.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/view-pim-tasks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/view-pim-tasks.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/view-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/view-preview.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/view-refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/view-refresh.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/view-restore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/view-restore.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/view-right-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/view-right-new.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/view-sidetree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/view-sidetree.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/view-task-add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/view-task-add.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/view-task.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/view-task.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/window-close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/window-close.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/window-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/window-new.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/zoom-fit-best.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/zoom-fit-best.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/zoom-fit-width.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/zoom-fit-width.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/zoom-in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/zoom-in.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/zoom-original.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/zoom-original.png -------------------------------------------------------------------------------- /static/img/oxygen/16/actions/zoom-out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/actions/zoom-out.png -------------------------------------------------------------------------------- /static/img/oxygen/16/animations/throbber.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/animations/throbber.gif -------------------------------------------------------------------------------- /static/img/oxygen/16/apps/clock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/apps/clock.png -------------------------------------------------------------------------------- /static/img/oxygen/16/apps/help-browser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/apps/help-browser.png -------------------------------------------------------------------------------- /static/img/oxygen/16/apps/internet-mail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/apps/internet-mail.png -------------------------------------------------------------------------------- /static/img/oxygen/16/apps/office-calendar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/apps/office-calendar.png -------------------------------------------------------------------------------- /static/img/oxygen/16/apps/system-users.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/apps/system-users.png -------------------------------------------------------------------------------- /static/img/oxygen/16/categories/system-help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/categories/system-help.png -------------------------------------------------------------------------------- /static/img/oxygen/16/devices/audio-card.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/devices/audio-card.png -------------------------------------------------------------------------------- /static/img/oxygen/16/devices/audio-headset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/devices/audio-headset.png -------------------------------------------------------------------------------- /static/img/oxygen/16/devices/battery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/devices/battery.png -------------------------------------------------------------------------------- /static/img/oxygen/16/devices/camera-photo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/devices/camera-photo.png -------------------------------------------------------------------------------- /static/img/oxygen/16/devices/camera-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/devices/camera-web.png -------------------------------------------------------------------------------- /static/img/oxygen/16/devices/computer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/devices/computer.png -------------------------------------------------------------------------------- /static/img/oxygen/16/devices/cpu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/devices/cpu.png -------------------------------------------------------------------------------- /static/img/oxygen/16/devices/drive-harddisk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/devices/drive-harddisk.png -------------------------------------------------------------------------------- /static/img/oxygen/16/devices/drive-optical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/devices/drive-optical.png -------------------------------------------------------------------------------- /static/img/oxygen/16/devices/input-gaming.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/devices/input-gaming.png -------------------------------------------------------------------------------- /static/img/oxygen/16/devices/input-keyboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/devices/input-keyboard.png -------------------------------------------------------------------------------- /static/img/oxygen/16/devices/input-mouse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/devices/input-mouse.png -------------------------------------------------------------------------------- /static/img/oxygen/16/devices/input-tablet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/devices/input-tablet.png -------------------------------------------------------------------------------- /static/img/oxygen/16/devices/media-flash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/devices/media-flash.png -------------------------------------------------------------------------------- /static/img/oxygen/16/devices/media-floppy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/devices/media-floppy.png -------------------------------------------------------------------------------- /static/img/oxygen/16/devices/media-optical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/devices/media-optical.png -------------------------------------------------------------------------------- /static/img/oxygen/16/devices/media-tape.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/devices/media-tape.png -------------------------------------------------------------------------------- /static/img/oxygen/16/devices/modem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/devices/modem.png -------------------------------------------------------------------------------- /static/img/oxygen/16/devices/network-wired.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/devices/network-wired.png -------------------------------------------------------------------------------- /static/img/oxygen/16/devices/pda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/devices/pda.png -------------------------------------------------------------------------------- /static/img/oxygen/16/devices/phone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/devices/phone.png -------------------------------------------------------------------------------- /static/img/oxygen/16/devices/printer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/devices/printer.png -------------------------------------------------------------------------------- /static/img/oxygen/16/devices/scanner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/devices/scanner.png -------------------------------------------------------------------------------- /static/img/oxygen/16/devices/secure-card.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/devices/secure-card.png -------------------------------------------------------------------------------- /static/img/oxygen/16/devices/video-display.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/devices/video-display.png -------------------------------------------------------------------------------- /static/img/oxygen/16/emblems/emblem-locked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/emblems/emblem-locked.png -------------------------------------------------------------------------------- /static/img/oxygen/16/emblems/emblem-mounted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/emblems/emblem-mounted.png -------------------------------------------------------------------------------- /static/img/oxygen/16/emblems/vcs-added.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/emblems/vcs-added.png -------------------------------------------------------------------------------- /static/img/oxygen/16/emblems/vcs-normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/emblems/vcs-normal.png -------------------------------------------------------------------------------- /static/img/oxygen/16/emblems/vcs-removed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/emblems/vcs-removed.png -------------------------------------------------------------------------------- /static/img/oxygen/16/emotes/face-angel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/emotes/face-angel.png -------------------------------------------------------------------------------- /static/img/oxygen/16/emotes/face-kiss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/emotes/face-kiss.png -------------------------------------------------------------------------------- /static/img/oxygen/16/emotes/face-laugh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/emotes/face-laugh.png -------------------------------------------------------------------------------- /static/img/oxygen/16/emotes/face-plain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/emotes/face-plain.png -------------------------------------------------------------------------------- /static/img/oxygen/16/emotes/face-raspberry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/emotes/face-raspberry.png -------------------------------------------------------------------------------- /static/img/oxygen/16/emotes/face-sad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/emotes/face-sad.png -------------------------------------------------------------------------------- /static/img/oxygen/16/emotes/face-smile-big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/emotes/face-smile-big.png -------------------------------------------------------------------------------- /static/img/oxygen/16/emotes/face-smile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/emotes/face-smile.png -------------------------------------------------------------------------------- /static/img/oxygen/16/emotes/face-surprise.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/emotes/face-surprise.png -------------------------------------------------------------------------------- /static/img/oxygen/16/emotes/face-uncertain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/emotes/face-uncertain.png -------------------------------------------------------------------------------- /static/img/oxygen/16/emotes/face-wink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/emotes/face-wink.png -------------------------------------------------------------------------------- /static/img/oxygen/16/mimetypes/audio-midi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/mimetypes/audio-midi.png -------------------------------------------------------------------------------- /static/img/oxygen/16/mimetypes/encrypted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/mimetypes/encrypted.png -------------------------------------------------------------------------------- /static/img/oxygen/16/mimetypes/message-news.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/mimetypes/message-news.png -------------------------------------------------------------------------------- /static/img/oxygen/16/mimetypes/message.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/mimetypes/message.png -------------------------------------------------------------------------------- /static/img/oxygen/16/mimetypes/text-css.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/mimetypes/text-css.png -------------------------------------------------------------------------------- /static/img/oxygen/16/mimetypes/text-csv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/mimetypes/text-csv.png -------------------------------------------------------------------------------- /static/img/oxygen/16/mimetypes/text-html.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/mimetypes/text-html.png -------------------------------------------------------------------------------- /static/img/oxygen/16/mimetypes/text-plain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/mimetypes/text-plain.png -------------------------------------------------------------------------------- /static/img/oxygen/16/mimetypes/text-rtf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/mimetypes/text-rtf.png -------------------------------------------------------------------------------- /static/img/oxygen/16/mimetypes/text-xml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/mimetypes/text-xml.png -------------------------------------------------------------------------------- /static/img/oxygen/16/mimetypes/unknown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/mimetypes/unknown.png -------------------------------------------------------------------------------- /static/img/oxygen/16/places/bookmarks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/places/bookmarks.png -------------------------------------------------------------------------------- /static/img/oxygen/16/places/favorites.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/places/favorites.png -------------------------------------------------------------------------------- /static/img/oxygen/16/places/folder-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/places/folder-blue.png -------------------------------------------------------------------------------- /static/img/oxygen/16/places/folder-bookmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/places/folder-bookmark.png -------------------------------------------------------------------------------- /static/img/oxygen/16/places/folder-brown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/places/folder-brown.png -------------------------------------------------------------------------------- /static/img/oxygen/16/places/folder-cyan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/places/folder-cyan.png -------------------------------------------------------------------------------- /static/img/oxygen/16/places/folder-green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/places/folder-green.png -------------------------------------------------------------------------------- /static/img/oxygen/16/places/folder-grey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/places/folder-grey.png -------------------------------------------------------------------------------- /static/img/oxygen/16/places/folder-html.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/places/folder-html.png -------------------------------------------------------------------------------- /static/img/oxygen/16/places/folder-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/places/folder-image.png -------------------------------------------------------------------------------- /static/img/oxygen/16/places/folder-locked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/places/folder-locked.png -------------------------------------------------------------------------------- /static/img/oxygen/16/places/folder-orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/places/folder-orange.png -------------------------------------------------------------------------------- /static/img/oxygen/16/places/folder-print.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/places/folder-print.png -------------------------------------------------------------------------------- /static/img/oxygen/16/places/folder-red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/places/folder-red.png -------------------------------------------------------------------------------- /static/img/oxygen/16/places/folder-remote.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/places/folder-remote.png -------------------------------------------------------------------------------- /static/img/oxygen/16/places/folder-sound.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/places/folder-sound.png -------------------------------------------------------------------------------- /static/img/oxygen/16/places/folder-tar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/places/folder-tar.png -------------------------------------------------------------------------------- /static/img/oxygen/16/places/folder-txt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/places/folder-txt.png -------------------------------------------------------------------------------- /static/img/oxygen/16/places/folder-video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/places/folder-video.png -------------------------------------------------------------------------------- /static/img/oxygen/16/places/folder-violet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/places/folder-violet.png -------------------------------------------------------------------------------- /static/img/oxygen/16/places/folder-yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/places/folder-yellow.png -------------------------------------------------------------------------------- /static/img/oxygen/16/places/folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/places/folder.png -------------------------------------------------------------------------------- /static/img/oxygen/16/places/mail-message.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/places/mail-message.png -------------------------------------------------------------------------------- /static/img/oxygen/16/places/network-server.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/places/network-server.png -------------------------------------------------------------------------------- /static/img/oxygen/16/places/repository.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/places/repository.png -------------------------------------------------------------------------------- /static/img/oxygen/16/places/server-database.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/places/server-database.png -------------------------------------------------------------------------------- /static/img/oxygen/16/places/start-here.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/places/start-here.png -------------------------------------------------------------------------------- /static/img/oxygen/16/places/user-desktop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/places/user-desktop.png -------------------------------------------------------------------------------- /static/img/oxygen/16/places/user-home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/places/user-home.png -------------------------------------------------------------------------------- /static/img/oxygen/16/places/user-identity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/places/user-identity.png -------------------------------------------------------------------------------- /static/img/oxygen/16/places/user-trash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/places/user-trash.png -------------------------------------------------------------------------------- /static/img/oxygen/16/status/dialog-error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/status/dialog-error.png -------------------------------------------------------------------------------- /static/img/oxygen/16/status/dialog-password.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/status/dialog-password.png -------------------------------------------------------------------------------- /static/img/oxygen/16/status/dialog-warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/status/dialog-warning.png -------------------------------------------------------------------------------- /static/img/oxygen/16/status/folder-open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/status/folder-open.png -------------------------------------------------------------------------------- /static/img/oxygen/16/status/image-loading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/status/image-loading.png -------------------------------------------------------------------------------- /static/img/oxygen/16/status/image-missing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/status/image-missing.png -------------------------------------------------------------------------------- /static/img/oxygen/16/status/mail-attachment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/status/mail-attachment.png -------------------------------------------------------------------------------- /static/img/oxygen/16/status/mail-forwarded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/status/mail-forwarded.png -------------------------------------------------------------------------------- /static/img/oxygen/16/status/mail-queued.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/status/mail-queued.png -------------------------------------------------------------------------------- /static/img/oxygen/16/status/mail-read.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/status/mail-read.png -------------------------------------------------------------------------------- /static/img/oxygen/16/status/mail-replied.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/status/mail-replied.png -------------------------------------------------------------------------------- /static/img/oxygen/16/status/mail-sent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/status/mail-sent.png -------------------------------------------------------------------------------- /static/img/oxygen/16/status/mail-tagged.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/status/mail-tagged.png -------------------------------------------------------------------------------- /static/img/oxygen/16/status/mail-task.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/status/mail-task.png -------------------------------------------------------------------------------- /static/img/oxygen/16/status/mail-unread-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/status/mail-unread-new.png -------------------------------------------------------------------------------- /static/img/oxygen/16/status/mail-unread.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/status/mail-unread.png -------------------------------------------------------------------------------- /static/img/oxygen/16/status/object-locked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/status/object-locked.png -------------------------------------------------------------------------------- /static/img/oxygen/16/status/object-unlocked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/status/object-unlocked.png -------------------------------------------------------------------------------- /static/img/oxygen/16/status/script-error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/status/script-error.png -------------------------------------------------------------------------------- /static/img/oxygen/16/status/security-high.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/status/security-high.png -------------------------------------------------------------------------------- /static/img/oxygen/16/status/security-low.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/status/security-low.png -------------------------------------------------------------------------------- /static/img/oxygen/16/status/security-medium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/status/security-medium.png -------------------------------------------------------------------------------- /static/img/oxygen/16/status/task-complete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/status/task-complete.png -------------------------------------------------------------------------------- /static/img/oxygen/16/status/task-recurring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/status/task-recurring.png -------------------------------------------------------------------------------- /static/img/oxygen/16/status/task-reminder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/status/task-reminder.png -------------------------------------------------------------------------------- /static/img/oxygen/16/status/user-away.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/status/user-away.png -------------------------------------------------------------------------------- /static/img/oxygen/16/status/user-busy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/status/user-busy.png -------------------------------------------------------------------------------- /static/img/oxygen/16/status/user-invisible.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/status/user-invisible.png -------------------------------------------------------------------------------- /static/img/oxygen/16/status/user-offline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/status/user-offline.png -------------------------------------------------------------------------------- /static/img/oxygen/16/status/user-online.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/status/user-online.png -------------------------------------------------------------------------------- /static/img/oxygen/16/status/user-trash-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/status/user-trash-full.png -------------------------------------------------------------------------------- /static/img/oxygen/16/status/weather-clear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/status/weather-clear.png -------------------------------------------------------------------------------- /static/img/oxygen/16/status/weather-clouds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/status/weather-clouds.png -------------------------------------------------------------------------------- /static/img/oxygen/16/status/weather-hail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/status/weather-hail.png -------------------------------------------------------------------------------- /static/img/oxygen/16/status/weather-mist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/status/weather-mist.png -------------------------------------------------------------------------------- /static/img/oxygen/16/status/weather-showers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/status/weather-showers.png -------------------------------------------------------------------------------- /static/img/oxygen/16/status/weather-snow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/status/weather-snow.png -------------------------------------------------------------------------------- /static/img/oxygen/16/status/weather-storm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/16/status/weather-storm.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/archive-insert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/archive-insert.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/archive-remove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/archive-remove.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/arrow-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/arrow-down.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/arrow-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/arrow-left.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/arrow-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/arrow-right.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/arrow-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/arrow-up.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/bookmark-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/bookmark-new.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/character-set.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/character-set.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/checkbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/checkbox.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/chronometer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/chronometer.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/color-picker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/color-picker.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/configure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/configure.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/contact-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/contact-new.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/dashboard-show.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/dashboard-show.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/dialog-cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/dialog-cancel.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/dialog-close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/dialog-close.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/dialog-ok.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/dialog-ok.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/document-close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/document-close.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/document-edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/document-edit.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/document-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/document-new.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/document-open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/document-open.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/document-print.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/document-print.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/document-save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/document-save.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/document-sign.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/document-sign.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/documentation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/documentation.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/download-later.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/download-later.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/download.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/edit-bomb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/edit-bomb.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/edit-clear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/edit-clear.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/edit-copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/edit-copy.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/edit-cut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/edit-cut.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/edit-delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/edit-delete.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/edit-find.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/edit-find.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/edit-paste.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/edit-paste.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/edit-redo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/edit-redo.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/edit-rename.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/edit-rename.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/edit-select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/edit-select.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/edit-undo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/edit-undo.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/feed-subscribe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/feed-subscribe.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/fill-color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/fill-color.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/flag-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/flag-black.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/flag-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/flag-blue.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/flag-green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/flag-green.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/flag-red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/flag-red.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/flag-yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/flag-yellow.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/flag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/flag.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/folder-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/folder-new.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/folder-sync.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/folder-sync.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/fork.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/fork.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/go-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/go-bottom.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/go-down-search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/go-down-search.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/go-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/go-down.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/go-first-view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/go-first-view.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/go-first.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/go-first.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/go-home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/go-home.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/go-jump-today.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/go-jump-today.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/go-jump.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/go-jump.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/go-last-view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/go-last-view.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/go-last.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/go-last.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/go-next-view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/go-next-view.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/go-next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/go-next.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/go-previous.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/go-previous.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/go-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/go-top.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/go-up-search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/go-up-search.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/go-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/go-up.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/help-about.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/help-about.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/help-contents.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/help-contents.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/help-hint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/help-hint.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/im-ban-user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/im-ban-user.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/im-kick-user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/im-kick-user.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/im-user-away.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/im-user-away.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/im-user-busy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/im-user-busy.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/im-user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/im-user.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/insert-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/insert-image.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/insert-link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/insert-link.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/insert-table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/insert-table.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/insert-text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/insert-text.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/journal-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/journal-new.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/list-add-font.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/list-add-font.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/list-add-user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/list-add-user.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/list-add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/list-add.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/list-remove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/list-remove.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/mail-flag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/mail-flag.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/mail-forward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/mail-forward.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/mail-mark-junk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/mail-mark-junk.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/mail-mark-read.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/mail-mark-read.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/mail-mark-task.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/mail-mark-task.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/mail-queue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/mail-queue.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/mail-receive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/mail-receive.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/mail-reply-all.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/mail-reply-all.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/mail-send.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/mail-send.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/measure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/measure.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/media-eject.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/media-eject.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/media-record.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/media-record.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/milestone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/milestone.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/news-subscribe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/news-subscribe.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/page-zoom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/page-zoom.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/player-time.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/player-time.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/player-volume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/player-volume.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/process-stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/process-stop.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/project-open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/project-open.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/rating.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/rating.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/resource-group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/resource-group.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/roll.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/roll.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/services.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/services.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/shapes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/shapes.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/show-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/show-menu.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/speaker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/speaker.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/split.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/split.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/story-editor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/story-editor.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/svn-commit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/svn-commit.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/svn-update.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/svn-update.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/system-log-out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/system-log-out.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/system-reboot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/system-reboot.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/system-run.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/system-run.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/system-search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/system-search.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/system-suspend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/system-suspend.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/tab-close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/tab-close.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/tab-detach.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/tab-detach.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/tab-duplicate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/tab-duplicate.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/tab-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/tab-new.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/task-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/task-new.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/text-field.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/text-field.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/text-speak.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/text-speak.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/tool-animator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/tool-animator.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/tools-wizard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/tools-wizard.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/transform-crop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/transform-crop.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/transform-move.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/transform-move.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/trash-empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/trash-empty.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/user-group-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/user-group-new.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/view-bank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/view-bank.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/view-barcode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/view-barcode.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/view-calendar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/view-calendar.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/view-catalog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/view-catalog.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/view-choose.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/view-choose.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/view-close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/view-close.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/view-filter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/view-filter.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/view-form.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/view-form.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/view-grid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/view-grid.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/view-history.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/view-history.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/view-list-text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/view-list-text.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/view-list-tree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/view-list-tree.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/view-pim-mail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/view-pim-mail.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/view-pim-news.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/view-pim-news.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/view-pim-notes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/view-pim-notes.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/view-pim-tasks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/view-pim-tasks.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/view-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/view-preview.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/view-refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/view-refresh.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/view-restore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/view-restore.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/view-right-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/view-right-new.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/view-sidetree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/view-sidetree.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/view-task-add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/view-task-add.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/view-task.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/view-task.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/window-close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/window-close.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/window-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/window-new.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/zoom-fit-best.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/zoom-fit-best.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/zoom-fit-width.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/zoom-fit-width.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/zoom-in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/zoom-in.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/zoom-original.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/zoom-original.png -------------------------------------------------------------------------------- /static/img/oxygen/32/actions/zoom-out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/actions/zoom-out.png -------------------------------------------------------------------------------- /static/img/oxygen/32/animations/throbber.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/animations/throbber.gif -------------------------------------------------------------------------------- /static/img/oxygen/32/apps/clock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/apps/clock.png -------------------------------------------------------------------------------- /static/img/oxygen/32/apps/help-browser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/apps/help-browser.png -------------------------------------------------------------------------------- /static/img/oxygen/32/apps/internet-mail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/apps/internet-mail.png -------------------------------------------------------------------------------- /static/img/oxygen/32/apps/office-calendar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/apps/office-calendar.png -------------------------------------------------------------------------------- /static/img/oxygen/32/apps/system-users.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/apps/system-users.png -------------------------------------------------------------------------------- /static/img/oxygen/32/categories/system-help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/categories/system-help.png -------------------------------------------------------------------------------- /static/img/oxygen/32/devices/audio-card.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/devices/audio-card.png -------------------------------------------------------------------------------- /static/img/oxygen/32/devices/audio-headset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/devices/audio-headset.png -------------------------------------------------------------------------------- /static/img/oxygen/32/devices/battery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/devices/battery.png -------------------------------------------------------------------------------- /static/img/oxygen/32/devices/camera-photo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/devices/camera-photo.png -------------------------------------------------------------------------------- /static/img/oxygen/32/devices/camera-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/devices/camera-web.png -------------------------------------------------------------------------------- /static/img/oxygen/32/devices/computer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/devices/computer.png -------------------------------------------------------------------------------- /static/img/oxygen/32/devices/cpu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/devices/cpu.png -------------------------------------------------------------------------------- /static/img/oxygen/32/devices/drive-harddisk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/devices/drive-harddisk.png -------------------------------------------------------------------------------- /static/img/oxygen/32/devices/drive-optical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/devices/drive-optical.png -------------------------------------------------------------------------------- /static/img/oxygen/32/devices/input-gaming.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/devices/input-gaming.png -------------------------------------------------------------------------------- /static/img/oxygen/32/devices/input-keyboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/devices/input-keyboard.png -------------------------------------------------------------------------------- /static/img/oxygen/32/devices/input-mouse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/devices/input-mouse.png -------------------------------------------------------------------------------- /static/img/oxygen/32/devices/input-tablet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/devices/input-tablet.png -------------------------------------------------------------------------------- /static/img/oxygen/32/devices/media-flash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/devices/media-flash.png -------------------------------------------------------------------------------- /static/img/oxygen/32/devices/media-floppy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/devices/media-floppy.png -------------------------------------------------------------------------------- /static/img/oxygen/32/devices/media-optical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/devices/media-optical.png -------------------------------------------------------------------------------- /static/img/oxygen/32/devices/media-tape.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/devices/media-tape.png -------------------------------------------------------------------------------- /static/img/oxygen/32/devices/modem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/devices/modem.png -------------------------------------------------------------------------------- /static/img/oxygen/32/devices/network-wired.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/devices/network-wired.png -------------------------------------------------------------------------------- /static/img/oxygen/32/devices/pda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/devices/pda.png -------------------------------------------------------------------------------- /static/img/oxygen/32/devices/phone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/devices/phone.png -------------------------------------------------------------------------------- /static/img/oxygen/32/devices/printer-laser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/devices/printer-laser.png -------------------------------------------------------------------------------- /static/img/oxygen/32/devices/printer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/devices/printer.png -------------------------------------------------------------------------------- /static/img/oxygen/32/devices/scanner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/devices/scanner.png -------------------------------------------------------------------------------- /static/img/oxygen/32/devices/secure-card.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/devices/secure-card.png -------------------------------------------------------------------------------- /static/img/oxygen/32/devices/video-display.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/devices/video-display.png -------------------------------------------------------------------------------- /static/img/oxygen/32/emblems/emblem-locked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/emblems/emblem-locked.png -------------------------------------------------------------------------------- /static/img/oxygen/32/emblems/emblem-mounted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/emblems/emblem-mounted.png -------------------------------------------------------------------------------- /static/img/oxygen/32/emblems/vcs-added.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/emblems/vcs-added.png -------------------------------------------------------------------------------- /static/img/oxygen/32/emblems/vcs-normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/emblems/vcs-normal.png -------------------------------------------------------------------------------- /static/img/oxygen/32/emblems/vcs-removed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/emblems/vcs-removed.png -------------------------------------------------------------------------------- /static/img/oxygen/32/emotes/face-angel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/emotes/face-angel.png -------------------------------------------------------------------------------- /static/img/oxygen/32/emotes/face-kiss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/emotes/face-kiss.png -------------------------------------------------------------------------------- /static/img/oxygen/32/emotes/face-laugh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/emotes/face-laugh.png -------------------------------------------------------------------------------- /static/img/oxygen/32/emotes/face-plain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/emotes/face-plain.png -------------------------------------------------------------------------------- /static/img/oxygen/32/emotes/face-raspberry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/emotes/face-raspberry.png -------------------------------------------------------------------------------- /static/img/oxygen/32/emotes/face-sad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/emotes/face-sad.png -------------------------------------------------------------------------------- /static/img/oxygen/32/emotes/face-smile-big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/emotes/face-smile-big.png -------------------------------------------------------------------------------- /static/img/oxygen/32/emotes/face-smile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/emotes/face-smile.png -------------------------------------------------------------------------------- /static/img/oxygen/32/emotes/face-surprise.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/emotes/face-surprise.png -------------------------------------------------------------------------------- /static/img/oxygen/32/emotes/face-uncertain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/emotes/face-uncertain.png -------------------------------------------------------------------------------- /static/img/oxygen/32/emotes/face-wink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/emotes/face-wink.png -------------------------------------------------------------------------------- /static/img/oxygen/32/mimetypes/audio-midi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/mimetypes/audio-midi.png -------------------------------------------------------------------------------- /static/img/oxygen/32/mimetypes/encrypted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/mimetypes/encrypted.png -------------------------------------------------------------------------------- /static/img/oxygen/32/mimetypes/message-news.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/mimetypes/message-news.png -------------------------------------------------------------------------------- /static/img/oxygen/32/mimetypes/message.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/mimetypes/message.png -------------------------------------------------------------------------------- /static/img/oxygen/32/mimetypes/text-css.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/mimetypes/text-css.png -------------------------------------------------------------------------------- /static/img/oxygen/32/mimetypes/text-csv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/mimetypes/text-csv.png -------------------------------------------------------------------------------- /static/img/oxygen/32/mimetypes/text-html.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/mimetypes/text-html.png -------------------------------------------------------------------------------- /static/img/oxygen/32/mimetypes/text-plain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/mimetypes/text-plain.png -------------------------------------------------------------------------------- /static/img/oxygen/32/mimetypes/text-rtf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/mimetypes/text-rtf.png -------------------------------------------------------------------------------- /static/img/oxygen/32/mimetypes/text-xml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/mimetypes/text-xml.png -------------------------------------------------------------------------------- /static/img/oxygen/32/mimetypes/unknown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/mimetypes/unknown.png -------------------------------------------------------------------------------- /static/img/oxygen/32/places/bookmarks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/places/bookmarks.png -------------------------------------------------------------------------------- /static/img/oxygen/32/places/favorites.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/places/favorites.png -------------------------------------------------------------------------------- /static/img/oxygen/32/places/folder-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/places/folder-blue.png -------------------------------------------------------------------------------- /static/img/oxygen/32/places/folder-bookmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/places/folder-bookmark.png -------------------------------------------------------------------------------- /static/img/oxygen/32/places/folder-brown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/places/folder-brown.png -------------------------------------------------------------------------------- /static/img/oxygen/32/places/folder-cyan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/places/folder-cyan.png -------------------------------------------------------------------------------- /static/img/oxygen/32/places/folder-green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/places/folder-green.png -------------------------------------------------------------------------------- /static/img/oxygen/32/places/folder-grey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/places/folder-grey.png -------------------------------------------------------------------------------- /static/img/oxygen/32/places/folder-html.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/places/folder-html.png -------------------------------------------------------------------------------- /static/img/oxygen/32/places/folder-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/places/folder-image.png -------------------------------------------------------------------------------- /static/img/oxygen/32/places/folder-locked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/places/folder-locked.png -------------------------------------------------------------------------------- /static/img/oxygen/32/places/folder-orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/places/folder-orange.png -------------------------------------------------------------------------------- /static/img/oxygen/32/places/folder-print.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/places/folder-print.png -------------------------------------------------------------------------------- /static/img/oxygen/32/places/folder-red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/places/folder-red.png -------------------------------------------------------------------------------- /static/img/oxygen/32/places/folder-remote.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/places/folder-remote.png -------------------------------------------------------------------------------- /static/img/oxygen/32/places/folder-sound.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/places/folder-sound.png -------------------------------------------------------------------------------- /static/img/oxygen/32/places/folder-tar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/places/folder-tar.png -------------------------------------------------------------------------------- /static/img/oxygen/32/places/folder-txt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/places/folder-txt.png -------------------------------------------------------------------------------- /static/img/oxygen/32/places/folder-video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/places/folder-video.png -------------------------------------------------------------------------------- /static/img/oxygen/32/places/folder-violet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/places/folder-violet.png -------------------------------------------------------------------------------- /static/img/oxygen/32/places/folder-yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/places/folder-yellow.png -------------------------------------------------------------------------------- /static/img/oxygen/32/places/folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/places/folder.png -------------------------------------------------------------------------------- /static/img/oxygen/32/places/mail-message.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/places/mail-message.png -------------------------------------------------------------------------------- /static/img/oxygen/32/places/network-server.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/places/network-server.png -------------------------------------------------------------------------------- /static/img/oxygen/32/places/repository.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/places/repository.png -------------------------------------------------------------------------------- /static/img/oxygen/32/places/server-database.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/places/server-database.png -------------------------------------------------------------------------------- /static/img/oxygen/32/places/start-here.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/places/start-here.png -------------------------------------------------------------------------------- /static/img/oxygen/32/places/user-desktop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/places/user-desktop.png -------------------------------------------------------------------------------- /static/img/oxygen/32/places/user-home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/places/user-home.png -------------------------------------------------------------------------------- /static/img/oxygen/32/places/user-identity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/places/user-identity.png -------------------------------------------------------------------------------- /static/img/oxygen/32/places/user-trash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/places/user-trash.png -------------------------------------------------------------------------------- /static/img/oxygen/32/status/dialog-error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/status/dialog-error.png -------------------------------------------------------------------------------- /static/img/oxygen/32/status/dialog-password.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/status/dialog-password.png -------------------------------------------------------------------------------- /static/img/oxygen/32/status/dialog-warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/status/dialog-warning.png -------------------------------------------------------------------------------- /static/img/oxygen/32/status/folder-open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/status/folder-open.png -------------------------------------------------------------------------------- /static/img/oxygen/32/status/image-loading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/status/image-loading.png -------------------------------------------------------------------------------- /static/img/oxygen/32/status/image-missing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/status/image-missing.png -------------------------------------------------------------------------------- /static/img/oxygen/32/status/mail-attachment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/status/mail-attachment.png -------------------------------------------------------------------------------- /static/img/oxygen/32/status/mail-forwarded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/status/mail-forwarded.png -------------------------------------------------------------------------------- /static/img/oxygen/32/status/mail-queued.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/status/mail-queued.png -------------------------------------------------------------------------------- /static/img/oxygen/32/status/mail-read.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/status/mail-read.png -------------------------------------------------------------------------------- /static/img/oxygen/32/status/mail-replied.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/status/mail-replied.png -------------------------------------------------------------------------------- /static/img/oxygen/32/status/mail-tagged.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/status/mail-tagged.png -------------------------------------------------------------------------------- /static/img/oxygen/32/status/mail-unread-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/status/mail-unread-new.png -------------------------------------------------------------------------------- /static/img/oxygen/32/status/mail-unread.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/status/mail-unread.png -------------------------------------------------------------------------------- /static/img/oxygen/32/status/object-locked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/status/object-locked.png -------------------------------------------------------------------------------- /static/img/oxygen/32/status/object-unlocked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/status/object-unlocked.png -------------------------------------------------------------------------------- /static/img/oxygen/32/status/script-error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/status/script-error.png -------------------------------------------------------------------------------- /static/img/oxygen/32/status/security-high.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/status/security-high.png -------------------------------------------------------------------------------- /static/img/oxygen/32/status/security-low.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/status/security-low.png -------------------------------------------------------------------------------- /static/img/oxygen/32/status/security-medium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/status/security-medium.png -------------------------------------------------------------------------------- /static/img/oxygen/32/status/task-complete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/status/task-complete.png -------------------------------------------------------------------------------- /static/img/oxygen/32/status/task-recurring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/status/task-recurring.png -------------------------------------------------------------------------------- /static/img/oxygen/32/status/task-reminder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/status/task-reminder.png -------------------------------------------------------------------------------- /static/img/oxygen/32/status/user-away.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/status/user-away.png -------------------------------------------------------------------------------- /static/img/oxygen/32/status/user-busy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/status/user-busy.png -------------------------------------------------------------------------------- /static/img/oxygen/32/status/user-offline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/status/user-offline.png -------------------------------------------------------------------------------- /static/img/oxygen/32/status/user-online.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/status/user-online.png -------------------------------------------------------------------------------- /static/img/oxygen/32/status/user-trash-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/status/user-trash-full.png -------------------------------------------------------------------------------- /static/img/oxygen/32/status/weather-clear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/status/weather-clear.png -------------------------------------------------------------------------------- /static/img/oxygen/32/status/weather-clouds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/status/weather-clouds.png -------------------------------------------------------------------------------- /static/img/oxygen/32/status/weather-hail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/status/weather-hail.png -------------------------------------------------------------------------------- /static/img/oxygen/32/status/weather-mist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/status/weather-mist.png -------------------------------------------------------------------------------- /static/img/oxygen/32/status/weather-showers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/status/weather-showers.png -------------------------------------------------------------------------------- /static/img/oxygen/32/status/weather-snow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/status/weather-snow.png -------------------------------------------------------------------------------- /static/img/oxygen/32/status/weather-storm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/oxygen/32/status/weather-storm.png -------------------------------------------------------------------------------- /static/img/prettyPhoto/dark_rounded/btnNext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/prettyPhoto/dark_rounded/btnNext.png -------------------------------------------------------------------------------- /static/img/prettyPhoto/dark_rounded/loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/prettyPhoto/dark_rounded/loader.gif -------------------------------------------------------------------------------- /static/img/prettyPhoto/dark_rounded/sprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/prettyPhoto/dark_rounded/sprite.png -------------------------------------------------------------------------------- /static/img/prettyPhoto/dark_square/btnNext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/prettyPhoto/dark_square/btnNext.png -------------------------------------------------------------------------------- /static/img/prettyPhoto/dark_square/loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/prettyPhoto/dark_square/loader.gif -------------------------------------------------------------------------------- /static/img/prettyPhoto/dark_square/sprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/prettyPhoto/dark_square/sprite.png -------------------------------------------------------------------------------- /static/img/prettyPhoto/default/loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/prettyPhoto/default/loader.gif -------------------------------------------------------------------------------- /static/img/prettyPhoto/default/sprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/prettyPhoto/default/sprite.png -------------------------------------------------------------------------------- /static/img/prettyPhoto/default/sprite_next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/prettyPhoto/default/sprite_next.png -------------------------------------------------------------------------------- /static/img/prettyPhoto/default/sprite_prev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/prettyPhoto/default/sprite_prev.png -------------------------------------------------------------------------------- /static/img/prettyPhoto/default/sprite_x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/prettyPhoto/default/sprite_x.png -------------------------------------------------------------------------------- /static/img/prettyPhoto/default/sprite_y.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/prettyPhoto/default/sprite_y.png -------------------------------------------------------------------------------- /static/img/prettyPhoto/facebook/btnNext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/prettyPhoto/facebook/btnNext.png -------------------------------------------------------------------------------- /static/img/prettyPhoto/facebook/btnPrevious.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/prettyPhoto/facebook/btnPrevious.png -------------------------------------------------------------------------------- /static/img/prettyPhoto/facebook/loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/prettyPhoto/facebook/loader.gif -------------------------------------------------------------------------------- /static/img/prettyPhoto/facebook/sprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/prettyPhoto/facebook/sprite.png -------------------------------------------------------------------------------- /static/img/prettyPhoto/light_rounded/loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/prettyPhoto/light_rounded/loader.gif -------------------------------------------------------------------------------- /static/img/prettyPhoto/light_rounded/sprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/prettyPhoto/light_rounded/sprite.png -------------------------------------------------------------------------------- /static/img/prettyPhoto/light_square/btnNext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/prettyPhoto/light_square/btnNext.png -------------------------------------------------------------------------------- /static/img/prettyPhoto/light_square/sprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/prettyPhoto/light_square/sprite.png -------------------------------------------------------------------------------- /static/img/sample/fullscreen/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/sample/fullscreen/1.jpg -------------------------------------------------------------------------------- /static/img/sample/fullscreen/10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/sample/fullscreen/10.jpg -------------------------------------------------------------------------------- /static/img/sample/fullscreen/11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/sample/fullscreen/11.jpg -------------------------------------------------------------------------------- /static/img/sample/fullscreen/12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/sample/fullscreen/12.jpg -------------------------------------------------------------------------------- /static/img/sample/fullscreen/13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/sample/fullscreen/13.jpg -------------------------------------------------------------------------------- /static/img/sample/fullscreen/14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/sample/fullscreen/14.jpg -------------------------------------------------------------------------------- /static/img/sample/fullscreen/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/sample/fullscreen/2.jpg -------------------------------------------------------------------------------- /static/img/sample/fullscreen/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/sample/fullscreen/3.jpg -------------------------------------------------------------------------------- /static/img/sample/fullscreen/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/sample/fullscreen/4.jpg -------------------------------------------------------------------------------- /static/img/sample/fullscreen/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/sample/fullscreen/5.jpg -------------------------------------------------------------------------------- /static/img/sample/fullscreen/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/sample/fullscreen/6.jpg -------------------------------------------------------------------------------- /static/img/sample/fullscreen/7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/sample/fullscreen/7.jpg -------------------------------------------------------------------------------- /static/img/sample/fullscreen/8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/sample/fullscreen/8.jpg -------------------------------------------------------------------------------- /static/img/sample/fullscreen/9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/sample/fullscreen/9.jpg -------------------------------------------------------------------------------- /static/img/sample/thumbnails/t_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/sample/thumbnails/t_1.jpg -------------------------------------------------------------------------------- /static/img/sample/thumbnails/t_10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/sample/thumbnails/t_10.jpg -------------------------------------------------------------------------------- /static/img/sample/thumbnails/t_11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/sample/thumbnails/t_11.jpg -------------------------------------------------------------------------------- /static/img/sample/thumbnails/t_12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/sample/thumbnails/t_12.jpg -------------------------------------------------------------------------------- /static/img/sample/thumbnails/t_13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/sample/thumbnails/t_13.jpg -------------------------------------------------------------------------------- /static/img/sample/thumbnails/t_14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/sample/thumbnails/t_14.jpg -------------------------------------------------------------------------------- /static/img/sample/thumbnails/t_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/sample/thumbnails/t_2.jpg -------------------------------------------------------------------------------- /static/img/sample/thumbnails/t_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/sample/thumbnails/t_3.jpg -------------------------------------------------------------------------------- /static/img/sample/thumbnails/t_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/sample/thumbnails/t_4.jpg -------------------------------------------------------------------------------- /static/img/sample/thumbnails/t_5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/sample/thumbnails/t_5.jpg -------------------------------------------------------------------------------- /static/img/sample/thumbnails/t_6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/sample/thumbnails/t_6.jpg -------------------------------------------------------------------------------- /static/img/sample/thumbnails/t_7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/sample/thumbnails/t_7.jpg -------------------------------------------------------------------------------- /static/img/sample/thumbnails/t_8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/sample/thumbnails/t_8.jpg -------------------------------------------------------------------------------- /static/img/sample/thumbnails/t_9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/sample/thumbnails/t_9.jpg -------------------------------------------------------------------------------- /static/img/saturation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/saturation.png -------------------------------------------------------------------------------- /static/img/select2/select2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/select2/select2.png -------------------------------------------------------------------------------- /static/img/select2/select2x2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/select2/select2x2.png -------------------------------------------------------------------------------- /static/img/select2/spinner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/select2/spinner.gif -------------------------------------------------------------------------------- /static/img/sprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/sprite.png -------------------------------------------------------------------------------- /static/img/user-thumb-mini.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/user-thumb-mini.jpg -------------------------------------------------------------------------------- /static/img/user-thumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/user-thumb.jpg -------------------------------------------------------------------------------- /static/img/user.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/user.jpg -------------------------------------------------------------------------------- /static/img/waffle_sprite27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/img/waffle_sprite27.png -------------------------------------------------------------------------------- /static/jquery/.gitattributes: -------------------------------------------------------------------------------- 1 | * eol=lf 2 | *.jar binary 3 | -------------------------------------------------------------------------------- /static/jquery/images/animated-overlay.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/jquery/images/animated-overlay.gif -------------------------------------------------------------------------------- /static/js/datatables/swf/copy_csv_xls_pdf.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/js/datatables/swf/copy_csv_xls_pdf.swf -------------------------------------------------------------------------------- /static/paramquery_grid/images/Refresh.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/paramquery_grid/images/Refresh.gif -------------------------------------------------------------------------------- /static/paramquery_grid/images/cross.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/paramquery_grid/images/cross.png -------------------------------------------------------------------------------- /static/paramquery_grid/images/horiz-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/paramquery_grid/images/horiz-bg.png -------------------------------------------------------------------------------- /static/paramquery_grid/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/paramquery_grid/images/loading.gif -------------------------------------------------------------------------------- /static/paramquery_grid/images/sort_asc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/paramquery_grid/images/sort_asc.gif -------------------------------------------------------------------------------- /static/paramquery_grid/images/sort_desc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/paramquery_grid/images/sort_desc.gif -------------------------------------------------------------------------------- /static/paramquery_grid/images/sprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/paramquery_grid/images/sprite.png -------------------------------------------------------------------------------- /static/paramquery_grid/images/tick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/paramquery_grid/images/tick.png -------------------------------------------------------------------------------- /static/paramquery_grid/images/vert-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/paramquery_grid/images/vert-bg.png -------------------------------------------------------------------------------- /static/paramquery_grid/index.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/static/paramquery_grid/index.htm -------------------------------------------------------------------------------- /templates/add_tab.txt: -------------------------------------------------------------------------------- 1 | {{data}} 2 | -------------------------------------------------------------------------------- /templates/back/index.html: -------------------------------------------------------------------------------- 1 | hello {{username}} 2 | {% if username != 'anybody' %} 3 | logout 4 | {% else %} 5 | login 6 | {% endif %} 7 | -------------------------------------------------------------------------------- /templates/id.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhausong/opsadmin/0792a9422261a6cbc6e0022e3321adfaf4683482/templates/id.html --------------------------------------------------------------------------------