diff --git a/dashboard.html b/dashboard.html index 6b19675..520acbf 100644 --- a/dashboard.html +++ b/dashboard.html @@ -686,6 +686,16 @@ xhr.send(JSON.stringify(serverSettings)); }); } + + + function createDropDown(sect) { + if (sect == 'welcome') { + $("#alertWelcome").slideDown(500); + } else if (sect == 'logs') { + $("#alertLogs").slideDown(500); + } + console.log(sect); + } @@ -726,6 +736,22 @@ +
+ + + +
+

STATUS

SAVED
@@ -744,7 +770,7 @@
- +
@@ -761,7 +787,7 @@
- +