Index: head/net/ceph-devel/Makefile =================================================================== --- head/net/ceph-devel/Makefile +++ head/net/ceph-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ceph -DISTVERSION= wip.v2017-05-01 +DISTVERSION= wip.v2017-07-27-1 CATEGORIES= net PKGNAMESUFFIX= -devel @@ -17,7 +17,8 @@ pkgconf:devel/pkgconf \ cython>=0.25.2:lang/cython \ sphinx-build:textproc/py-sphinx \ - ${LOCALBASE}/lib/libatomic_ops.a:devel/libatomic_ops + ${LOCALBASE}/lib/libatomic_ops.a:devel/libatomic_ops \ + gperf:devel/gperf LIB_DEPENDS= \ libboost_python.so:devel/boost-python-libs \ libboost_thread.so:devel/boost-libs \ @@ -41,24 +42,28 @@ flock:sysutils/flock \ virtualenv:devel/py-virtualenv +USES= gmake cmake:outsource,noninja python:2.7 fuse gettext-runtime shebangfix + USE_GITHUB= yes GH_ACCOUNT= wjwithagen:DEFAULT -GH_TUPLE+= facebook:rocksdb:2.7.fb-4991-g9f2cc5:rocksdb/src/rocksdb -GH_TUPLE+= ceph:ceph-erasure-code-corpus:master:cepherasurecodecorpus/ceph-erasure-code-corpus -GH_TUPLE+= ceph:ceph-object-corpus:master:cephobjectcorpus/ceph-object-corpus -GH_TUPLE+= ceph:civetweb:v1.5-1809-g7f9f5d1:civetweb/src/civetweb -GH_TUPLE+= ceph:jerasure:v2-ceph:jerasure/src/erasure-code/jerasure/jerasure -GH_TUPLE+= ceph:gf-complete:v3-ceph:gfcomplete/src/erasure-code/jerasure/gf-complete -GH_TUPLE+= ceph:googletest:ceph-release-1.7.x:googletest/src/googletest -GH_TUPLE+= ceph:spdk:v17.03-34-g5742e9b9:spdk/src/spdk -GH_TUPLE+= ceph:xxHash:v0.5.1-2-g1f40c65:xxHash/src/xxHash -GH_TUPLE+= ceph:isa-l:v2.16.0:isal/src/isa-l -GH_TUPLE+= ceph:lua:5.3.2-2-g1fce39c:lua/src/lua -GH_TUPLE+= ceph:Beast:999e2fa:Beast/src/Beast -GH_TUPLE+= boostorg:boost:boost-1.61.0-275-g1790aff:boost/src/boost -GH_TUPLE+= ceph:dpdk:v16.11:dpd/src/dpd -GH_TUPLE+= facebook:zstd:v1.1.2:zstd/src/zstd -GH_TUPLE+= 01org:isa-l_crypto:603529a:isalcrypto/src/crypto/isa-l/isa-l_crypto +GH_TUPLE+= ceph:ceph-erasure-code-corpus:2d7d78b:ceph_erasure_code_corpus/ceph-erasure-code-corpus +GH_TUPLE+= ceph:ceph-object-corpus:f0ba19f:ceph_object_corpus/ceph-object-corpus +GH_TUPLE+= ceph:Beast:d8db5f1:Beast/src/Beast +GH_TUPLE+= ceph:blkin:f24ceec:blkin/src/blkin +GH_TUPLE+= boostorg:boost:1790aff:boost/src/boost +GH_TUPLE+= ceph:civetweb:de23828:civetweb/src/civetweb +GH_TUPLE+= 01org:isa-l_crypto:603529a:isa_l_crypto/src/crypto/isa-l/isa-l_crypto +GH_TUPLE+= ceph:dpdk:d3bfeaa:dpdk/src/dpdk +GH_TUPLE+= ceph:gf-complete:7e61b44:gf_complete/src/erasure-code/jerasure/gf-complete +GH_TUPLE+= ceph:jerasure:96c76b8:jerasure/src/erasure-code/jerasure/jerasure +GH_TUPLE+= ceph:googletest:fdb8504:googletest/src/googletest +GH_TUPLE+= ceph:isa-l:7e1a337:isa_l/src/isa-l +GH_TUPLE+= ceph:lua:1fce39c:lua/src/lua +GH_TUPLE+= ceph:rapidjson:f54b0e4:rapidjson/src/rapidjson +GH_TUPLE+= ceph:rocksdb:e15382c:rocksdb/src/rocksdb +GH_TUPLE+= ceph:spdk:5742e9b:spdk/src/spdk +GH_TUPLE+= ceph:xxHash:1f40c65:xxHash/src/xxHash +GH_TUPLE+= facebook:zstd:dc99312:zstd/src/zstd CMAKE_BUILD_TYPE= Release CMAKE_ARGS= \ @@ -66,6 +71,7 @@ -D WITH_SYSTEM_BOOST:BOOL=ON \ -D CEPH_MAN_DIR:STRING=man \ -D WITH_LTTNG:BOOL=OFF \ + -D WITH_BABELTRACE:BOOL=OFF \ -D WITH_FUSE:BOOL=ON \ -D WITH_KRBD:BOOL=OFF \ -D WITH_XFS:BOOL=OFF \ @@ -74,7 +80,6 @@ -D WITH_CEPHFS:BOOL=OFF \ -D WITH_EMBEDDED:BOOL=OFF -USES= gmake cmake:outsource,noninja python:2.7 fuse gettext-runtime shebangfix SHEBANG_FILES=src/rbdmap src/ceph-post-file.in src/rbd-replay-many \ src/brag/client/ceph-brag src/ceph-rest-api \ src/tools/ceph-monstore-update-crush.sh src/mount.fuse.ceph \ @@ -94,6 +99,7 @@ ${LN} -s ${CONFIGURE_WRKSRC} ${WRKSRC}/build post-install: + # create directory infra used by ceph daemons ${MKDIR} ${STAGEDIR}${PREFIX}/etc/ceph ${MKDIR} ${STAGEDIR}/var/lib/ceph/bootstrap-mds ${MKDIR} ${STAGEDIR}/var/lib/ceph/bootstrap-osd @@ -107,12 +113,6 @@ ${MKDIR} ${STAGEDIR}/var/lib/ceph/radosgw ${MKDIR} ${STAGEDIR}/var/log/ceph ${MKDIR} ${STAGEDIR}/var/run/ceph - ${CHOWN} -R 167:167 ${STAGEDIR}/var/lib/ceph - ${CHOWN} 167:167 ${STAGEDIR}/var/log/ceph - ${CHOWN} 167:167 ${STAGEDIR}/var/run/ceph - ${CHMOD} -R 750 ${STAGEDIR}/var/lib/ceph - ${CHOWN} 750 ${STAGEDIR}/var/log/ceph - ${CHOWN} 750 ${STAGEDIR}/var/run/ceph # Use the Ceph init.d script as the interface to regular # starting and stopping deamons. rc.d work is done thru # a separate rc.d/ceph script calling init-ceph again. Index: head/net/ceph-devel/distinfo =================================================================== --- head/net/ceph-devel/distinfo +++ head/net/ceph-devel/distinfo @@ -1,35 +1,39 @@ -TIMESTAMP = 1493758988 -SHA256 (wjwithagen-ceph-wip.v2017-05-01_GH0.tar.gz) = 124f21e9b696d65e178107f1fbebd5f91a0136db0c38a13ca6d6d4329c53a45e -SIZE (wjwithagen-ceph-wip.v2017-05-01_GH0.tar.gz) = 10046369 -SHA256 (facebook-rocksdb-2.7.fb-4991-g9f2cc5_GH0.tar.gz) = de92acb5f01d157331c9c978152016c8855049cd361d65e366fc379834265f37 -SIZE (facebook-rocksdb-2.7.fb-4991-g9f2cc5_GH0.tar.gz) = 3270485 -SHA256 (ceph-ceph-erasure-code-corpus-master_GH0.tar.gz) = 0a0129c92c3c1b717c39810833a476e16086b73736f2d2a77af93e3070b79356 -SIZE (ceph-ceph-erasure-code-corpus-master_GH0.tar.gz) = 3515705 -SHA256 (ceph-ceph-object-corpus-master_GH0.tar.gz) = 0f3efedf4a8e05d53fba6cd10ef0961562879cd455abb8dfa38c7196f93a3191 -SIZE (ceph-ceph-object-corpus-master_GH0.tar.gz) = 1328809 -SHA256 (ceph-civetweb-v1.5-1809-g7f9f5d1_GH0.tar.gz) = 5d08d3c7b8d09cb055e8e67df4c956e7292efb7ae556e03b6c1f0d9f4fa7fd82 -SIZE (ceph-civetweb-v1.5-1809-g7f9f5d1_GH0.tar.gz) = 6850432 -SHA256 (ceph-jerasure-v2-ceph_GH0.tar.gz) = 62c69cf8e2215f1f3b242bc153c2fbb5f3edaf2d0a92b2943310a8c3a6f8030b -SIZE (ceph-jerasure-v2-ceph_GH0.tar.gz) = 806324 -SHA256 (ceph-gf-complete-v3-ceph_GH0.tar.gz) = 064e1ed16d01f21203feaaa0e58697caa667c51de48adddd02b0a95a28369050 -SIZE (ceph-gf-complete-v3-ceph_GH0.tar.gz) = 342297 -SHA256 (ceph-googletest-ceph-release-1.7.x_GH0.tar.gz) = 4a70b3a6b1a92ba0f623a560c9d1cdc84b925bd90458e080ebc2c4100225d54e -SIZE (ceph-googletest-ceph-release-1.7.x_GH0.tar.gz) = 1281303 -SHA256 (ceph-spdk-v17.03-34-g5742e9b9_GH0.tar.gz) = c7d507c6f92655b872ae67f581c96d660131f3878d586cce800d012229cdc037 -SIZE (ceph-spdk-v17.03-34-g5742e9b9_GH0.tar.gz) = 672123 -SHA256 (ceph-xxHash-v0.5.1-2-g1f40c65_GH0.tar.gz) = bd0de02be53b8019f5844776a534439bee0b1f982cb1e8af4fae79f78cfb0924 -SIZE (ceph-xxHash-v0.5.1-2-g1f40c65_GH0.tar.gz) = 25494 -SHA256 (ceph-isa-l-v2.16.0_GH0.tar.gz) = 6fab1d920db76dc58f43df09020b0e8a1e08e455962dfb4dde111ea697ab8845 -SIZE (ceph-isa-l-v2.16.0_GH0.tar.gz) = 364853 -SHA256 (ceph-lua-5.3.2-2-g1fce39c_GH0.tar.gz) = 1c9701430df18509002b5af05e78d09ac6decb86a974814556a0505991035e2d -SIZE (ceph-lua-5.3.2-2-g1fce39c_GH0.tar.gz) = 366840 -SHA256 (ceph-Beast-999e2fa_GH0.tar.gz) = f3ac9a1c891b138e68137c0a1a2b37befa09b53f7e551f6ebb67fa8ed9b792f4 -SIZE (ceph-Beast-999e2fa_GH0.tar.gz) = 521462 -SHA256 (boostorg-boost-boost-1.61.0-275-g1790aff_GH0.tar.gz) = 22d2d0fcb83044a185ee0c1d009dd9eb43bf340c0d25432df4e889bdd67f2445 -SIZE (boostorg-boost-boost-1.61.0-275-g1790aff_GH0.tar.gz) = 1096867 -SHA256 (ceph-dpdk-v16.11_GH0.tar.gz) = cf2ef6faf8cd056abbbebba779b7850eb3f79edd0d91767bcdbc216a2cde4fd1 -SIZE (ceph-dpdk-v16.11_GH0.tar.gz) = 10864287 -SHA256 (facebook-zstd-v1.1.2_GH0.tar.gz) = 980b8febb0118e22f6ed70d23b5b3e600995dbf7489c1f6d6122c1411cdda8d8 -SIZE (facebook-zstd-v1.1.2_GH0.tar.gz) = 769017 +TIMESTAMP = 1501162350 +SHA256 (wjwithagen-ceph-wip.v2017-07-27-1_GH0.tar.gz) = 0c9ca0dee5ad347a6e3d3cd147bb36aae1acaa8d8b4ad6ea4317a4c706543caf +SIZE (wjwithagen-ceph-wip.v2017-07-27-1_GH0.tar.gz) = 16773256 +SHA256 (ceph-ceph-erasure-code-corpus-2d7d78b_GH0.tar.gz) = 466f7185015df8d13f8b2b9a17ee30ab419bcd667284ce2b6d32a1128c4640f1 +SIZE (ceph-ceph-erasure-code-corpus-2d7d78b_GH0.tar.gz) = 3634266 +SHA256 (ceph-ceph-object-corpus-f0ba19f_GH0.tar.gz) = 90e4052c6dca0e272bdca492216e62fdc0d19719e121451798295799bdf95499 +SIZE (ceph-ceph-object-corpus-f0ba19f_GH0.tar.gz) = 1837935 +SHA256 (ceph-Beast-d8db5f1_GH0.tar.gz) = a0dda7ee9abdef7f6e2a3f178e85dbfa7ebc8ce428ccc6cd0ac76883f406808b +SIZE (ceph-Beast-d8db5f1_GH0.tar.gz) = 17823430 +SHA256 (ceph-blkin-f24ceec_GH0.tar.gz) = fe4102f569f7e21e126ebef12d34537e565e53b0ec5c40eaafac9e2a525672f9 +SIZE (ceph-blkin-f24ceec_GH0.tar.gz) = 19628 +SHA256 (boostorg-boost-1790aff_GH0.tar.gz) = 3cc1b0c5047e37deaffa13584620358965710b0a799432783fed5fd28551929c +SIZE (boostorg-boost-1790aff_GH0.tar.gz) = 1096788 +SHA256 (ceph-civetweb-de23828_GH0.tar.gz) = a9a95dd58e9b4a696fa0c822c1401856c55ef9b67fb28cf15d97f19f1af2ecbd +SIZE (ceph-civetweb-de23828_GH0.tar.gz) = 6850197 SHA256 (01org-isa-l_crypto-603529a_GH0.tar.gz) = 52708b98c832bb7e6db60c949ece261d9609c822ae55239b0f2133cec2b3d155 SIZE (01org-isa-l_crypto-603529a_GH0.tar.gz) = 439149 +SHA256 (ceph-dpdk-d3bfeaa_GH0.tar.gz) = 4a0053ee644467fb20682c8eb86823871e9e4321010fef6d91205a5616739c63 +SIZE (ceph-dpdk-d3bfeaa_GH0.tar.gz) = 10864497 +SHA256 (ceph-gf-complete-7e61b44_GH0.tar.gz) = 7b0e5c1b41399d2c7d97ed7a7547ebf40023bcd104ed9a8b2b75bdee440c1a4d +SIZE (ceph-gf-complete-7e61b44_GH0.tar.gz) = 342303 +SHA256 (ceph-jerasure-96c76b8_GH0.tar.gz) = 06edaeb8cb5c3076e34cb53dd91c91d54d46fb8c3b837c6280ea2ed076556beb +SIZE (ceph-jerasure-96c76b8_GH0.tar.gz) = 806334 +SHA256 (ceph-googletest-fdb8504_GH0.tar.gz) = ece3265dae4d0fe5a52e7164432bb416de8bdb45e1c8cf8f361bbe893db30bb8 +SIZE (ceph-googletest-fdb8504_GH0.tar.gz) = 1281068 +SHA256 (ceph-isa-l-7e1a337_GH0.tar.gz) = 8099bc6ca3ca6ed9376f6cc5072a84d7a1863e2d7f2344bf08682d4efb7ae788 +SIZE (ceph-isa-l-7e1a337_GH0.tar.gz) = 458398 +SHA256 (ceph-lua-1fce39c_GH0.tar.gz) = fb5f778ce4da349ca903512a2fdb3987b12e3f0a52ab088fb011a8e4dd55848c +SIZE (ceph-lua-1fce39c_GH0.tar.gz) = 366778 +SHA256 (ceph-rapidjson-f54b0e4_GH0.tar.gz) = 35c330d40ed9def99e8dea8f3b0e4fda7610b813b6f4aac9a70ffefcb9ab1f1e +SIZE (ceph-rapidjson-f54b0e4_GH0.tar.gz) = 1019457 +SHA256 (ceph-rocksdb-e15382c_GH0.tar.gz) = e23177dd893b81b4d3d959464ee8e5c4fe64a408841c2584b29540c60ac5cf47 +SIZE (ceph-rocksdb-e15382c_GH0.tar.gz) = 3278113 +SHA256 (ceph-spdk-5742e9b_GH0.tar.gz) = 92ad8cb3f9814044d859533ceaf1e6c4a273f503148a875d30a3424873cf5bee +SIZE (ceph-spdk-5742e9b_GH0.tar.gz) = 671818 +SHA256 (ceph-xxHash-1f40c65_GH0.tar.gz) = 809e06b7493ed01f13c7ba972393a5a6d23dd92fd6b884381aa907005e569372 +SIZE (ceph-xxHash-1f40c65_GH0.tar.gz) = 25484 +SHA256 (facebook-zstd-dc99312_GH0.tar.gz) = e10abc649b2708ad9112e138001a9c88eed05cae35e1139f5b96a51a549cf724 +SIZE (facebook-zstd-dc99312_GH0.tar.gz) = 769078 Index: head/net/ceph-devel/files/patch-src_test_rgw_CMakeLists.txt =================================================================== --- head/net/ceph-devel/files/patch-src_test_rgw_CMakeLists.txt +++ head/net/ceph-devel/files/patch-src_test_rgw_CMakeLists.txt @@ -1,15 +0,0 @@ ---- src/test/rgw/CMakeLists.txt -+++ src/test/rgw/CMakeLists.txt -@@ -99,9 +99,8 @@ target_link_libraries(unittest_rgw_crypto - cls_user_client - librados - global -- curl -- uuid -- expat -+ ${CURL_LIBRARIES} -+ ${EXPAT_LIBRARIES} - ${CMAKE_DL_LIBS} - ${UNITTEST_LIBS} - ${CRYPTO_LIBS} - Index: head/net/ceph-devel/pkg-plist =================================================================== --- head/net/ceph-devel/pkg-plist +++ head/net/ceph-devel/pkg-plist @@ -37,10 +37,12 @@ bin/rados bin/radosgw bin/radosgw-admin +bin/radosgw-es bin/radosgw-object-expirer bin/radosgw-token bin/rbd bin/rbd-fuse +bin/rbd-ggate bin/rbd-mirror bin/rbd-replay bin/rbd-replay-many @@ -58,6 +60,7 @@ include/rados/librados.hpp include/rados/librgw.h include/rados/memory.h +include/rados/objclass.h include/rados/page.h include/rados/rados_types.h include/rados/rados_types.hpp @@ -81,8 +84,6 @@ lib/ceph/crypto/libceph_crypto_isal.so.1 lib/ceph/crypto/libceph_crypto_isal.so.1.0.0 lib/ceph/erasure-code/libec_isa.so -lib/ceph/erasure-code/libec_isa.so.2 -lib/ceph/erasure-code/libec_isa.so.2.14.0 lib/ceph/erasure-code/libec_jerasure.so lib/ceph/erasure-code/libec_jerasure_generic.so lib/ceph/erasure-code/libec_jerasure_sse3.so @@ -94,37 +95,1097 @@ lib/ceph/erasure-code/libec_shec_sse4.so lib/ceph/libceph-common.so lib/ceph/libceph-common.so.0 +lib/ceph/mgr/status/__init__.py +lib/ceph/mgr/status/module.py lib/ceph/mgr/.gitignore -lib/ceph/mgr/fsstatus/__init__.py -lib/ceph/mgr/fsstatus/module.py +lib/ceph/mgr/restful/module.py +lib/ceph/mgr/restful/common.py +lib/ceph/mgr/restful/__init__.py +lib/ceph/mgr/restful/api/request.py +lib/ceph/mgr/restful/api/config.py +lib/ceph/mgr/restful/api/doc.py +lib/ceph/mgr/restful/api/crush.py +lib/ceph/mgr/restful/api/pool.py +lib/ceph/mgr/restful/api/osd.py +lib/ceph/mgr/restful/api/server.py +lib/ceph/mgr/restful/api/mon.py +lib/ceph/mgr/restful/api/__init__.py +lib/ceph/mgr/restful/hooks.py +lib/ceph/mgr/restful/decorators.py +lib/ceph/mgr/dashboard/HACKING.rst +lib/ceph/mgr/dashboard/static/Ceph_Logo_Standard_RGB_White_120411_fa.png +lib/ceph/mgr/dashboard/static/logo-mini.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/.gitignore +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/composer.json +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/documentation/index.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/documentation/build/include/license.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/documentation/build/include/dependencies.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/documentation/build/include/layout.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/documentation/build/include/download.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/documentation/build/include/implementations.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/documentation/build/include/adminlte-options.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/documentation/build/include/upgrade.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/documentation/build/include/advice.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/documentation/build/include/browsers.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/documentation/build/include/plugins.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/documentation/build/include/faq.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/documentation/build/include/introduction.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/documentation/build/include/components.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/documentation/build/index.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/documentation/docs.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/documentation/style.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/bower.json +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/index2.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/.jshintrc +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/package.json +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/layout/boxed.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/layout/collapsed-sidebar.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/layout/fixed.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/layout/top-nav.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/widgets.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/charts/flot.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/charts/chartjs.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/charts/inline.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/charts/morris.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/forms/advanced.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/forms/editors.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/forms/general.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/examples/register.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/examples/404.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/examples/invoice.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/examples/login.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/examples/blank.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/examples/pace.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/examples/lockscreen.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/examples/profile.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/examples/500.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/examples/invoice-print.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/calendar.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/tables/simple.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/tables/data.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/UI/icons.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/UI/timeline.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/UI/modals.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/UI/general.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/UI/sliders.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/UI/buttons.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/mailbox/compose.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/mailbox/read-mail.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/pages/mailbox/mailbox.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/user1-128x128.jpg +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/avatar3.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/user3-128x128.jpg +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/default-50x50.gif +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/photo1.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/user5-128x128.jpg +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/photo4.jpg +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/photo3.jpg +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/user2-160x160.jpg +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/boxed-bg.jpg +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/avatar.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/user8-128x128.jpg +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/avatar04.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/user7-128x128.jpg +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/avatar5.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/avatar2.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/user4-128x128.jpg +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/photo2.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/user6-128x128.jpg +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/icons.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/credit/paypal2.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/credit/mestro.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/credit/cirrus.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/credit/mastercard.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/credit/paypal.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/credit/american-express.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/credit/visa.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/img/boxed-bg.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/js/demo.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/js/pages/dashboard2.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/js/pages/dashboard.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/js/app.min.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/js/app.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/AdminLTE.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/skin-black.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/skin-yellow.min.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/skin-green.min.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/skin-red-light.min.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/skin-black.min.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/skin-red.min.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/skin-blue.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/skin-green-light.min.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/skin-yellow-light.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/skin-black-light.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/skin-purple-light.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/_all-skins.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/skin-green-light.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/skin-blue-light.min.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/skin-yellow-light.min.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/skin-purple-light.min.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/_all-skins.min.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/skin-blue-light.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/skin-red.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/skin-yellow.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/skin-purple.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/skin-green.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/skin-black-light.min.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/skin-blue.min.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/skin-red-light.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/skins/skin-purple.min.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/dist/css/AdminLTE.min.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/bootstrap-slider/bootstrap-slider.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/bootstrap-slider/slider.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/sparkline/jquery.sparkline.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/sparkline/jquery.sparkline.min.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/select2.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/select2.full.min.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/select2.min.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/select2.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/zh-TW.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/en.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/vi.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/zh-CN.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/ko.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/pl.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/km.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/nb.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/it.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/ru.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/he.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/sr.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/tr.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/el.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/mk.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/hr.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/fr.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/ar.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/fa.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/sv.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/hu.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/id.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/is.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/nl.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/pt.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/gl.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/eu.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/et.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/sk.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/ms.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/cs.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/lt.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/de.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/lv.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/hi.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/pt-BR.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/th.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/fi.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/ro.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/es.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/uk.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/az.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/sr-Cyrl.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/ja.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/da.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/ca.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/i18n/bg.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/select2.full.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/select2/select2.min.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/bootstrap-datepicker.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/datepicker3.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.ja.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.pt-BR.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.ca.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.da.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.bg.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.sl.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.es.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.kr.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.az.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.no.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.lv.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.th.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.ro.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.fi.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.nl-BE.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.ka.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.pt.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.nl.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.gl.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.ms.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.sk.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.et.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.de.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.lt.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.cs.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.hu.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.kk.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.rs.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.id.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.is.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.zh-CN.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.sw.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.cy.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.fa.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.zh-TW.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.sv.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.ru.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.it.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.nb.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.pl.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.tr.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.he.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.mk.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.hr.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.el.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.ar.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.fr.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.rs-latin.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.sq.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.vi.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datepicker/locales/bootstrap-datepicker.ua.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.all.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.all.min.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.min.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ionslider/ion.rangeSlider.min.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ionslider/img/sprite-skin-nice.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ionslider/img/sprite-skin-flat.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ionslider/ion.rangeSlider.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ionslider/ion.rangeSlider.skinFlat.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ionslider/ion.rangeSlider.skinNice.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/slimScroll/jquery.slimscroll.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/slimScroll/jquery.slimscroll.min.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/pace/pace.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/pace/pace.min.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/pace/pace.min.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/pace/pace.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/jQuery/jquery-2.2.3.min.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/morris/morris.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/morris/morris.min.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/morris/morris.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/colorpicker/img/hue-horizontal.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/colorpicker/img/hue.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/colorpicker/img/saturation.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/colorpicker/img/alpha.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/colorpicker/img/alpha-horizontal.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/colorpicker/bootstrap-colorpicker.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/colorpicker/bootstrap-colorpicker.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/colorpicker/bootstrap-colorpicker.min.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/colorpicker/bootstrap-colorpicker.min.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/skins/moono/editor.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/skins/moono/dialog_ie.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/skins/moono/editor_ie.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/skins/moono/icons.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/skins/moono/images/lock-open.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/skins/moono/images/refresh.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/skins/moono/images/lock.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/skins/moono/images/arrow.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/skins/moono/images/close.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/skins/moono/images/hidpi/close.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/skins/moono/images/hidpi/refresh.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/skins/moono/images/hidpi/lock.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/skins/moono/images/hidpi/lock-open.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/skins/moono/images/spinner.gif +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/skins/moono/readme.md +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/skins/moono/editor_ie7.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/skins/moono/dialog.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/skins/moono/icons_hidpi.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/skins/moono/editor_iequirks.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/skins/moono/dialog_ie7.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/skins/moono/editor_ie8.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/skins/moono/editor_gecko.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/skins/moono/dialog_iequirks.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/skins/moono/dialog_ie8.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/adapters/jquery.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/styles.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/sample.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/inlinetextarea.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/assets/outputxhtml/outputxhtml.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/assets/inlineall/logo.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/assets/posteddata.php +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/assets/uilanguages/languages.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/assets/sample.jpg +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/inlinebycode.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/api.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/index.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/magicline/magicline.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/sample_posteddata.php +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/replacebyclass.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/divreplace.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/enterkey/enterkey.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/uicolor.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/uilanguages.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/jquery.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/ajax.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/replacebycode.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/toolbar/toolbar.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/datafiltering.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/readonly.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/appendto.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/inlineall.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/wysiwygarea/fullpage.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/htmlwriter/outputforflash.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/htmlwriter/assets/outputforflash/outputforflash.swf +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/htmlwriter/assets/outputforflash/swfobject.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/htmlwriter/assets/outputforflash/outputforflash.fla +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/htmlwriter/outputhtml.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/tabindex.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/sample.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/dialog/assets/my_dialog.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/dialog/dialog.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/old/xhtmlstyle.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/js/sample.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/js/sf.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/toolbarconfigurator/index.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/toolbarconfigurator/js/fulltoolbareditor.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/toolbarconfigurator/js/abstracttoolbarmodifier.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/toolbarconfigurator/js/toolbartextmodifier.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/toolbarconfigurator/js/toolbarmodifier.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/toolbarconfigurator/css/fontello.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/toolbarconfigurator/font/config.json +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/toolbarconfigurator/font/fontello.ttf +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/toolbarconfigurator/font/LICENSE.txt +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/toolbarconfigurator/font/fontello.woff +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/toolbarconfigurator/font/fontello.eot +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/toolbarconfigurator/font/fontello.svg +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/toolbarconfigurator/lib/codemirror/show-hint.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/toolbarconfigurator/lib/codemirror/codemirror.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/toolbarconfigurator/lib/codemirror/LICENSE +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/toolbarconfigurator/lib/codemirror/codemirror.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/toolbarconfigurator/lib/codemirror/neo.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/toolbarconfigurator/lib/codemirror/show-hint.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/toolbarconfigurator/lib/codemirror/javascript.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/img/header-bg.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/img/logo.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/img/navigation-tip.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/img/header-separator.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/img/github-top.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/index.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/samples/css/samples.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/ckeditor.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/eo.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/vi.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/ko.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/en-ca.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/af.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/sq.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/bn.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/en.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/mk.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/hr.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/gu.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/el.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/ar.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/fr.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/it.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/ru.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/pl.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/km.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/nb.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/tr.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/he.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/sr.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/ug.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/fa.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/sv.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/mn.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/pt-br.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/cy.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/is.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/fr-ca.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/hu.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/tt.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/id.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/sk.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/ms.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/et.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/de.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/en-au.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/lt.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/cs.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/ku.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/nl.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/pt.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/eu.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/gl.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/th.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/sr-latn.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/hi.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/fi.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/ro.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/zh.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/ka.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/no.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/lv.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/si.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/de-ch.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/en-gb.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/sl.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/bs.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/es.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/uk.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/fo.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/bg.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/ja.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/ca.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/zh-cn.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/lang/da.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/README.md +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/build-config.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/contents.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/config.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/CHANGES.md +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/icons_hidpi.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/tabletools/dialogs/tableCell.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/hi.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/th.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/zh.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/ro.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/fi.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/lv.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/no.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/si.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/et.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/sk.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/lt.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/cs.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/de.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/pt.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/nl.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/ku.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/gl.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/eu.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/fo.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/zh-cn.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/bg.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/ja.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/da.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/ca.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/de-ch.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/es.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/sl.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/uk.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/en-gb.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/el.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/hr.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/mk.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/gu.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/fr.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/ar.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/nb.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/km.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/pl.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/sr-latn.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/ru.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/it.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/sr.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/he.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/tr.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/vi.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/eo.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/ko.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/af.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/en.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/_translationstatus.txt +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/sq.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/tt.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/fr-ca.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/hu.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/id.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/fa.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/ug.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/pt-br.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/mn.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/sv.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/lang/cy.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/clipboard/dialogs/paste.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/about/dialogs/logo_ckeditor.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/about/dialogs/about.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/magicline/images/icon.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/magicline/images/hidpi/icon.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/magicline/images/hidpi/icon-rtl.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/magicline/images/icon-rtl.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/link/images/anchor.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/link/images/hidpi/anchor.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/link/dialogs/anchor.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/link/dialogs/link.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/pastefromword/filter/default.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/scayt/README.md +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/scayt/LICENSE.md +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/scayt/CHANGELOG.md +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/scayt/dialogs/toolbar.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/scayt/dialogs/options.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/table/dialogs/table.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/icons.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/wsc/LICENSE.md +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/wsc/dialogs/tmpFrameset.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/wsc/dialogs/ciframe.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/wsc/dialogs/wsc.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/wsc/dialogs/wsc.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/wsc/dialogs/wsc_ie.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/wsc/README.md +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/image/dialogs/image.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/image/images/noimage.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/specialchar.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/fi.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/zh.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/th.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/si.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/no.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/lv.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/de.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/cs.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/lt.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/sk.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/et.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/eu.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/gl.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/ku.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/nl.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/pt.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/bg.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/ca.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/en-gb.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/da.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/de-ch.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/ja.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/zh-cn.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/uk.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/sl.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/es.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/ar.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/fr.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/hr.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/el.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/tr.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/he.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/it.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/ru.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/pl.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/km.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/nb.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/ko.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/eo.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/vi.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/sq.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/en.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/af.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/pt-br.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/id.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/hu.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/tt.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/sv.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/ug.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/fa.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/cy.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/specialchar/dialogs/lang/fr-ca.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/plugins/dialog/dialogDefinition.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/ckeditor/LICENSE.md +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/timepicker/bootstrap-timepicker.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/timepicker/bootstrap-timepicker.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/timepicker/bootstrap-timepicker.min.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/timepicker/bootstrap-timepicker.min.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/fastclick/fastclick.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/fastclick/fastclick.min.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/fullcalendar/fullcalendar.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/fullcalendar/fullcalendar.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/fullcalendar/fullcalendar.min.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/fullcalendar/fullcalendar.min.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/fullcalendar/fullcalendar.print.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/License.txt +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/examples/child-rows/column-control.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/examples/child-rows/index.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/examples/child-rows/custom-renderer.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/examples/child-rows/disable-child-rows.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/examples/child-rows/right-column.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/examples/child-rows/whole-row-control.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/examples/index.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/examples/display-control/index.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/examples/display-control/classes.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/examples/display-control/init-classes.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/examples/display-control/auto.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/examples/display-control/complexHeader.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/examples/display-control/fixedHeader.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/examples/styling/index.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/examples/styling/bootstrap.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/examples/styling/foundation.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/examples/styling/compact.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/examples/styling/scrolling.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/examples/initialisation/default.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/examples/initialisation/new.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/examples/initialisation/index.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/examples/initialisation/ajax.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/examples/initialisation/option.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/examples/initialisation/className.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/Readme.md +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/js/dataTables.responsive.min.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/js/dataTables.responsive.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/css/dataTables.responsive.scss +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Responsive/css/dataTables.responsive.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColReorder/Readme.md +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColReorder/images/insert.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColReorder/License.txt +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColReorder/js/dataTables.colReorder.min.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColReorder/js/dataTables.colReorder.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColReorder/css/dataTables.colReorder.min.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColReorder/css/dataTables.colReorder.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColReorder/examples/colvis.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColReorder/examples/server_side.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColReorder/examples/realtime.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColReorder/examples/fixedcolumns.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColReorder/examples/predefined.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColReorder/examples/scrolling.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColReorder/examples/index.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColReorder/examples/reset.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColReorder/examples/state_save.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColReorder/examples/jqueryui.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColReorder/examples/col_filter.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColReorder/examples/simple.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColReorder/examples/new_init.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColReorder/examples/alt_insert.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColReorder/examples/fixedheader.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/KeyTable/css/dataTables.keyTable.min.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/KeyTable/css/dataTables.keyTable.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/KeyTable/js/dataTables.keyTable.min.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/KeyTable/js/dataTables.keyTable.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/KeyTable/Readme.txt +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/KeyTable/examples/events.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/KeyTable/examples/simple.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/KeyTable/examples/index.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/KeyTable/examples/html.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/KeyTable/examples/scrolling.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/AutoFill/Readme.txt +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/AutoFill/css/dataTables.autoFill.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/AutoFill/css/dataTables.autoFill.min.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/AutoFill/js/dataTables.autoFill.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/AutoFill/js/dataTables.autoFill.min.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/AutoFill/images/filler.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/AutoFill/examples/scrolling.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/AutoFill/examples/fill-both.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/AutoFill/examples/index.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/AutoFill/examples/step-callback.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/AutoFill/examples/simple.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/AutoFill/examples/complete-callback.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/AutoFill/examples/columns.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/AutoFill/examples/fill-horizontal.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedHeader/Readme.txt +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedHeader/css/dataTables.fixedHeader.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedHeader/css/dataTables.fixedHeader.min.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedHeader/examples/two_tables.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedHeader/examples/simple.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedHeader/examples/index.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedHeader/examples/zIndexes.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedHeader/examples/top_left_right.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedHeader/examples/header_footer.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedHeader/js/dataTables.fixedHeader.min.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedHeader/js/dataTables.fixedHeader.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedColumns/js/dataTables.fixedColumns.min.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedColumns/js/dataTables.fixedColumns.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedColumns/examples/index.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedColumns/examples/two_columns.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedColumns/examples/size_fluid.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedColumns/examples/rowspan.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedColumns/examples/server-side-processing.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedColumns/examples/colvis.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedColumns/examples/size_fixed.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedColumns/examples/css_size.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedColumns/examples/right_column.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedColumns/examples/col_filter.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedColumns/examples/index_column.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedColumns/examples/simple.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedColumns/examples/left_right_columns.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedColumns/examples/bootstrap.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedColumns/License.txt +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedColumns/css/dataTables.fixedColumns.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedColumns/css/dataTables.fixedColumns.min.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/FixedColumns/Readme.md +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Scroller/examples/data/ssp.php +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Scroller/examples/data/2500.txt +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Scroller/examples/large_js_source.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Scroller/examples/simple.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Scroller/examples/state_saving.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Scroller/examples/index.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Scroller/examples/api_scrolling.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Scroller/examples/server-side_processing.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Scroller/css/dataTables.scroller.min.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Scroller/css/dataTables.scroller.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Scroller/Readme.txt +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Scroller/images/loading-background.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Scroller/js/dataTables.scroller.min.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/Scroller/js/dataTables.scroller.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/images/copy.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/images/xls.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/images/xls_hover.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/images/csv.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/images/collection_hover.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/images/pdf.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/images/copy_hover.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/images/pdf_hover.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/images/print.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/images/print_hover.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/images/psd/collection.psd +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/images/psd/file_types.psd +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/images/psd/copy document.psd +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/images/psd/printer.psd +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/images/collection.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/images/csv_hover.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/swf/copy_csv_xls.swf +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/swf/copy_csv_xls_pdf.swf +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/css/dataTables.tableTools.min.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/css/dataTables.tableTools.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/examples/plug-in.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/examples/index.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/examples/select_column.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/examples/select_single.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/examples/multi_instance.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/examples/ajax.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/examples/button_text.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/examples/defaults.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/examples/alter_buttons.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/examples/simple.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/examples/pdf_message.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/examples/select_os.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/examples/bootstrap.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/examples/jqueryui.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/examples/multiple_tables.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/examples/swf_path.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/examples/collection.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/examples/new_init.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/examples/select_multi.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/js/dataTables.tableTools.min.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/js/dataTables.tableTools.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/TableTools/Readme.md +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColVis/examples/exclude_columns.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColVis/examples/mouseover.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColVis/examples/restore.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColVis/examples/two_tables.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColVis/examples/title_callback.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColVis/examples/new_init.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColVis/examples/text.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColVis/examples/two_tables_identical.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColVis/examples/group_columns.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColVis/examples/index.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColVis/examples/simple.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColVis/examples/button_order.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColVis/examples/jqueryui.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColVis/css/dataTables.colVis.min.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColVis/css/dataTables.colvis.jqueryui.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColVis/css/dataTables.colVis.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColVis/License.txt +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColVis/Readme.md +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColVis/js/dataTables.colVis.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/extensions/ColVis/js/dataTables.colVis.min.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/dataTables.bootstrap.min.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/images/sort_asc.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/images/sort_both.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/images/sort_desc_disabled.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/images/sort_desc.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/images/sort_asc_disabled.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/jquery.dataTables.min.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/dataTables.bootstrap.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/jquery.dataTables.min.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/jquery.dataTables.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/dataTables.bootstrap.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/jquery.dataTables_themeroller.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/datatables/jquery.dataTables.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/line/green.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/line/_all.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/line/grey.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/line/blue.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/line/aero.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/line/yellow.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/line/purple.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/line/orange.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/line/line@2x.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/line/pink.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/line/line.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/line/line.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/line/red.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/purple.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/yellow.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/green@2x.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/orange@2x.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/pink.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/yellow@2x.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/pink.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/purple.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/yellow.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/square@2x.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/square.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/green.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/red.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/green.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/square.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/red@2x.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/red.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/blue@2x.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/_all.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/grey@2x.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/orange.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/pink@2x.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/grey.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/aero.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/blue.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/purple@2x.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/grey.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/blue.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/aero.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/aero@2x.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/square/orange.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/grey.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/aero@2x.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/blue.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/aero.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/yellow@2x.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/minimal.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/grey@2x.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/minimal.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/orange@2x.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/pink@2x.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/grey.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/aero.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/blue.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/green.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/orange.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/orange.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/green.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/_all.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/blue@2x.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/purple.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/yellow.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/minimal@2x.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/green@2x.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/red.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/purple.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/red.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/yellow.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/red@2x.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/pink.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/purple@2x.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/minimal/pink.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/icheck.min.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/futurico/futurico.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/futurico/futurico.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/futurico/futurico@2x.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/icheck.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/polaris/polaris@2x.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/polaris/polaris.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/polaris/polaris.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/all.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/purple@2x.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/red@2x.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/red.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/red.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/pink.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/purple.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/yellow.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/flat.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/green@2x.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/purple.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/pink.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/flat.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/yellow.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/orange.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/aero.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/blue@2x.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/blue.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/grey.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/blue.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/aero.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/orange.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/grey.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/green.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/orange@2x.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/pink@2x.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/_all.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/grey@2x.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/flat@2x.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/aero@2x.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/green.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/iCheck/flat/yellow@2x.png +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/chartjs/Chart.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/chartjs/Chart.min.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.navigate.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.selection.min.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.symbol.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.categories.min.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.image.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.resize.min.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.symbol.min.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.fillbetween.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/excanvas.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.stack.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.fillbetween.min.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.selection.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.colorhelpers.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.time.min.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.errorbars.min.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.time.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.canvas.min.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.pie.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.errorbars.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.categories.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/excanvas.min.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.resize.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.threshold.min.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.pie.min.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.crosshair.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.min.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.crosshair.min.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.colorhelpers.min.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.image.min.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.threshold.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.canvas.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.navigate.min.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/flot/jquery.flot.stack.min.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/input-mask/phone-codes/readme.txt +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/input-mask/phone-codes/phone-be.json +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/input-mask/phone-codes/phone-codes.json +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/input-mask/jquery.inputmask.numeric.extensions.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/input-mask/jquery.inputmask.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/input-mask/jquery.inputmask.phone.extensions.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/input-mask/jquery.inputmask.regex.extensions.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/input-mask/jquery.inputmask.extensions.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/input-mask/jquery.inputmask.date.extensions.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/knob/jquery.knob.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/jvectormap/jquery-jvectormap-1.2.2.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/jvectormap/jquery-jvectormap-world-mill-en.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/jvectormap/jquery-jvectormap-1.2.2.min.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/jvectormap/jquery-jvectormap-usa-en.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/daterangepicker/daterangepicker.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/daterangepicker/daterangepicker.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/daterangepicker/moment.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/daterangepicker/moment.min.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/jQueryUI/jquery-ui.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/plugins/jQueryUI/jquery-ui.min.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/LICENSE +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/changelog.md +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/README.md +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/nav-divider.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/size.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/table-row.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/reset-filter.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/labels.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/buttons.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/image.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/progress-bar.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/grid.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/alerts.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/list-group.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/reset-text.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/vendor-prefixes.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/resize.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/background-variant.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/responsive-visibility.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/text-overflow.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/pagination.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/clearfix.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/opacity.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/text-emphasis.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/forms.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/nav-vertical-align.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/grid-framework.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/center-block.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/panels.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/gradients.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/hide-text.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/border-radius.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/tab-focus.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/variables.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/select2.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/alerts.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/boxes.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/control-sidebar.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/mixins.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/info-box.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/timeline.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/header.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/miscellaneous.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/dropdown.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/modal.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/.csslintrc +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/small-box.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/login_and_register.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/callout.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/carousel.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/labels.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/variables.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/navs.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/sidebar.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/fullcalendar.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/social-widgets.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/AdminLTE.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/invoice.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/progress-bars.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/print.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/buttons.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/skins/skin-purple-light.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/skins/skin-blue.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/skins/skin-blue-light.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/skins/skin-red-light.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/skins/skin-green.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/skins/skin-yellow-light.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/skins/_all-skins.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/skins/skin-purple.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/skins/skin-green-light.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/skins/skin-black-light.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/skins/skin-black.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/skins/skin-yellow.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/skins/skin-red.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/sidebar-mini.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/table.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/profile.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/users-list.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/mailbox.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/direct-chat.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/core.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/forms.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/bootstrap-social.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/products.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/lockscreen.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/build/less/404_500_errors.less +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/bootstrap/js/npm.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/bootstrap/js/bootstrap.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/bootstrap/js/bootstrap.min.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/bootstrap/fonts/glyphicons-halflings-regular.eot +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/bootstrap/fonts/glyphicons-halflings-regular.woff2 +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/bootstrap/fonts/glyphicons-halflings-regular.svg +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/bootstrap/fonts/glyphicons-halflings-regular.ttf +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/bootstrap/fonts/glyphicons-halflings-regular.woff +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/bootstrap/css/bootstrap.min.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/bootstrap/css/bootstrap.min.css.map +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/bootstrap/css/bootstrap.css.map +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/bootstrap/css/bootstrap.css +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/starter.html +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/Gruntfile.js +lib/ceph/mgr/dashboard/static/AdminLTE-2.3.7/index.html +lib/ceph/mgr/dashboard/static/favicon.ico +lib/ceph/mgr/dashboard/static/rivets.bundled.min.js +lib/ceph/mgr/dashboard/static/underscore-min.js +lib/ceph/mgr/dashboard/servers.html +lib/ceph/mgr/dashboard/rbd.html +lib/ceph/mgr/dashboard/clients.html +lib/ceph/mgr/dashboard/osd_perf.html +lib/ceph/mgr/dashboard/remote_view_cache.py +lib/ceph/mgr/dashboard/rbd_ls.py +lib/ceph/mgr/dashboard/base.html +lib/ceph/mgr/dashboard/health.html +lib/ceph/mgr/dashboard/osds.html +lib/ceph/mgr/dashboard/cephfs_clients.py +lib/ceph/mgr/dashboard/module.py +lib/ceph/mgr/dashboard/README.rst +lib/ceph/mgr/dashboard/filesystem.html +lib/ceph/mgr/dashboard/types.py +lib/ceph/mgr/dashboard/__init__.py +lib/ceph/mgr/zabbix/module.py +lib/ceph/mgr/zabbix/zabbix_template.xml +lib/ceph/mgr/zabbix/__init__.py lib/ceph/mgr/mgr_module.py -lib/ceph/mgr/rest/__init__.py -lib/ceph/mgr/rest/app/__init__.py -lib/ceph/mgr/rest/app/fixtures/ceph_fake.json -lib/ceph/mgr/rest/app/management/__init__.py -lib/ceph/mgr/rest/app/management/commands/__init__.py -lib/ceph/mgr/rest/app/management/commands/api_docs.py -lib/ceph/mgr/rest/app/manager/__init__.py -lib/ceph/mgr/rest/app/manager/osd_request_factory.py -lib/ceph/mgr/rest/app/manager/pool_request_factory.py -lib/ceph/mgr/rest/app/manager/request_collection.py -lib/ceph/mgr/rest/app/manager/request_factory.py -lib/ceph/mgr/rest/app/manager/user_request.py -lib/ceph/mgr/rest/app/models.py -lib/ceph/mgr/rest/app/serializers/__init__.py -lib/ceph/mgr/rest/app/serializers/fields.py -lib/ceph/mgr/rest/app/serializers/v2.py -lib/ceph/mgr/rest/app/settings.py -lib/ceph/mgr/rest/app/types.py -lib/ceph/mgr/rest/app/urls/__init__.py -lib/ceph/mgr/rest/app/urls/v2.py -lib/ceph/mgr/rest/app/util.py -lib/ceph/mgr/rest/app/views/__init__.py -lib/ceph/mgr/rest/app/views/paginated_mixin.py -lib/ceph/mgr/rest/app/views/rpc_view.py -lib/ceph/mgr/rest/app/views/v2.py -lib/ceph/mgr/rest/logger.py -lib/ceph/mgr/rest/module.py lib/librados.so lib/librados.so.2 lib/librados.so.2.0.0 @@ -230,6 +1291,9 @@ lib/rados-classes/libcls_rgw.so lib/rados-classes/libcls_rgw.so.1 lib/rados-classes/libcls_rgw.so.1.0.0 +lib/rados-classes/libcls_sdk.so +lib/rados-classes/libcls_sdk.so.1 +lib/rados-classes/libcls_sdk.so.1.0.0 lib/rados-classes/libcls_statelog.so lib/rados-classes/libcls_statelog.so.1 lib/rados-classes/libcls_statelog.so.1.0.0 @@ -272,8 +1336,8 @@ man/man8/radosgw-admin.8.gz man/man8/radosgw.8.gz man/man8/rbd-fuse.8.gz +man/man8/rbd-ggate.8.gz man/man8/rbd-mirror.8.gz -man/man8/rbd-nbd.8.gz man/man8/rbd-replay-many.8.gz man/man8/rbd-replay-prep.8.gz man/man8/rbd-replay.8.gz @@ -285,6 +1349,13 @@ %%DATADIR%%/id_rsa_drop.ceph.com %%DATADIR%%/id_rsa_drop.ceph.com.pub %%DATADIR%%/known_hosts_drop.ceph.com +@owner root +@group wheel +@mode 755 +@dir /var/lib +@owner 167 +@group 167 +@mode 750 @dir /var/lib/ceph/bootstrap-mds @dir /var/lib/ceph/bootstrap-osd @dir /var/lib/ceph/bootstrap-rgw @@ -296,6 +1367,5 @@ @dir /var/lib/ceph/tmp @dir /var/lib/ceph/radosgw @dir /var/lib/ceph -@dir /var/lib @dir /var/log/ceph @dir /var/run/ceph