Pārlūkot izejas kodu

Removed no disk found disk label in System Setting

TC pushbot 5 4 gadi atpakaļ
vecāks
revīzija
c9874103bf
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 2 1
      web/SystemAO/disk/smart/smart.html

+ 2 - 1
web/SystemAO/disk/smart/smart.html

@@ -73,9 +73,10 @@
           var smartDATA;  
           $.getJSON("/system/disk/smart/getSMART", function(data) {
                 smartDATA = data;
+
                 $("#mainmenu").html("");
                 if (data.devices == null || $(data).length == 0) {
-                    $("#smart-holder").append(append("-1","No disk find!","",-1));
+                    //$("#smart-holder").append(append("-1","No disk find!","",-1));
                     $("#healthy").text("No disks detected.");
                     $("#totaldisk").text("0");
                 }else{