@@ -1 +1,3 @@
-<h1>SFTP INSTRUCTION<br>WORK IN PROGRESS</h1>
+<div class="ui message" style="margin-top: 0;">
+ Work in progress
+</div>
@@ -182,7 +182,13 @@
}, 3000);
e.clearSelection();
});
+
+ //Activate all checkbox
$(".ui.checkbox").checkbox();
+ if (!isAdmin){
+ //This user not admin. Disable all checkbox
+ $(".ui.checkbox").addClass("disabled");
+ }
updateAllServiceState();
}