From cc6ee5e9c910c1952d1d58f5d808cc8852bfcccc Mon Sep 17 00:00:00 2001 From: Daniel Molina Date: Fri, 12 Jun 2015 18:27:29 +0200 Subject: [PATCH] feature #3748: Add empty graphs --- .../app/tabs/dashboard-tab/accounting.hbs | 6 +++++ .../app/tabs/dashboard-tab/empty-graph.hbs | 4 +++ .../app/tabs/dashboard-tab/group-quotas.hbs | 26 +++++++++++++++++++ 3 files changed, 36 insertions(+) create mode 100644 src/sunstone/public/app/tabs/dashboard-tab/accounting.hbs create mode 100644 src/sunstone/public/app/tabs/dashboard-tab/empty-graph.hbs create mode 100644 src/sunstone/public/app/tabs/dashboard-tab/group-quotas.hbs diff --git a/src/sunstone/public/app/tabs/dashboard-tab/accounting.hbs b/src/sunstone/public/app/tabs/dashboard-tab/accounting.hbs new file mode 100644 index 0000000000..7e50f485ea --- /dev/null +++ b/src/sunstone/public/app/tabs/dashboard-tab/accounting.hbs @@ -0,0 +1,6 @@ +
+ {{tr "Accounting"}} +
+ \ No newline at end of file diff --git a/src/sunstone/public/app/tabs/dashboard-tab/empty-graph.hbs b/src/sunstone/public/app/tabs/dashboard-tab/empty-graph.hbs new file mode 100644 index 0000000000..9cef304b11 --- /dev/null +++ b/src/sunstone/public/app/tabs/dashboard-tab/empty-graph.hbs @@ -0,0 +1,4 @@ + + +
+{{tr "There is no information available"}} \ No newline at end of file diff --git a/src/sunstone/public/app/tabs/dashboard-tab/group-quotas.hbs b/src/sunstone/public/app/tabs/dashboard-tab/group-quotas.hbs new file mode 100644 index 0000000000..26bfa2dccc --- /dev/null +++ b/src/sunstone/public/app/tabs/dashboard-tab/group-quotas.hbs @@ -0,0 +1,26 @@ +
+ {{tr "Group Quotas"}} +
+
+
+
+
+
+ + + +
+

{{tr "There are no quotas defined"}}

+
+
+
+
+
+ \ No newline at end of file