diff --git a/pluto-api b/pluto-api index 4458013..c89065d 100755 Binary files a/pluto-api and b/pluto-api differ diff --git a/web/templates/dashboard.html b/web/templates/dashboard.html index e69de29..8309669 100644 --- a/web/templates/dashboard.html +++ b/web/templates/dashboard.html @@ -0,0 +1,75 @@ +{{define "content"}} +
+
+

Dashboard

+

Welcome to PlutoOS Storage Controller

+
+ +
+ +
+
+

Storage

+
+ + + +
+
+

--

+

Total Capacity

+
+ + +
+
+

Shares

+
+ + + +
+
+

--

+

Active Shares

+
+ + +
+
+

iSCSI

+
+ + + +
+
+

--

+

Active Targets

+
+
+ + +
+

System Status

+
+
+ ZFS Status + Initializing +
+
+ Storage Engine + Not Configured +
+
+ API Status + Online +
+
+
+
+{{end}} + +{{define "dashboard.html"}} +{{template "base" .}} +{{end}}