From c942987a96449cc168c1b50397680c73998932ab Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 11 Apr 2017 00:07:56 +0200 Subject: Merging upstream version 20170410. Signed-off-by: Daniel Baumann --- share/ceph-info/web/bootstrap.min.css | 1 + share/ceph-info/web/bootstrap.min.js | 1 + share/ceph-info/web/font-awesome | 1 + share/ceph-info/web/index.html | 97 ++++++++++++++++++++++++++--------- share/ceph-info/web/navbar.css | 8 +++ 5 files changed, 83 insertions(+), 25 deletions(-) create mode 120000 share/ceph-info/web/bootstrap.min.css create mode 120000 share/ceph-info/web/bootstrap.min.js create mode 120000 share/ceph-info/web/font-awesome create mode 100644 share/ceph-info/web/navbar.css (limited to 'share/ceph-info') diff --git a/share/ceph-info/web/bootstrap.min.css b/share/ceph-info/web/bootstrap.min.css new file mode 120000 index 0000000..ca97db2 --- /dev/null +++ b/share/ceph-info/web/bootstrap.min.css @@ -0,0 +1 @@ +/usr/share/javascript/bootstrap/css/bootstrap.min.css \ No newline at end of file diff --git a/share/ceph-info/web/bootstrap.min.js b/share/ceph-info/web/bootstrap.min.js new file mode 120000 index 0000000..22d433b --- /dev/null +++ b/share/ceph-info/web/bootstrap.min.js @@ -0,0 +1 @@ +/usr/share/javascript/bootstrap/js/bootstrap.min.js \ No newline at end of file diff --git a/share/ceph-info/web/font-awesome b/share/ceph-info/web/font-awesome new file mode 120000 index 0000000..3437336 --- /dev/null +++ b/share/ceph-info/web/font-awesome @@ -0,0 +1 @@ +/usr/share/fonts-font-awesome \ No newline at end of file diff --git a/share/ceph-info/web/index.html b/share/ceph-info/web/index.html index b55f637..95b059d 100644 --- a/share/ceph-info/web/index.html +++ b/share/ceph-info/web/index.html @@ -1,34 +1,81 @@ - - - ceph-info - - - - + + + + + + + + + + - -

ceph-info

+ storage-tools: ceph-info -

$ ceph --watch

- -
Loading...
+ + -

$ ceph status

-

+ + + -

$ ceph df

-

+ + -

$ ceph osd df

-

+ -

$ ceph osd tree

-

+
-

$ ceph version

-

+ + -

Last Updated:

-

- + + +
Loading...
+ +

$ ceph status

+

+ +

$ ceph df

+

+ +

$ ceph osd df

+

+ +

$ ceph osd tree

+

+ +

$ ceph version

+

+ +

Last Updated:

+

+ + +
+ + + +
+ + + + + + + + diff --git a/share/ceph-info/web/navbar.css b/share/ceph-info/web/navbar.css new file mode 100644 index 0000000..d219524 --- /dev/null +++ b/share/ceph-info/web/navbar.css @@ -0,0 +1,8 @@ +body { + padding-top: 20px; + padding-bottom: 20px; +} + +.navbar { + margin-bottom: 20px; +} -- cgit v1.2.3