Browse Source

HPCC-8981 ConfigMgr - Add NAS Translation to Hardware

- Remove extraneous javascript code

Signed-off-by: Gleb Aronsky <gleb.aronsky@lexisnexis.com>
Gleb Aronsky 12 years ago
parent
commit
e2ed91de42
1 changed files with 0 additions and 2 deletions
  1. 0 2
      esp/files/scripts/configmgr/configmgr.js

+ 0 - 2
esp/files/scripts/configmgr/configmgr.js

@@ -3232,8 +3232,6 @@ function onMenuItemClickHandleComputerItemsCopy(p_sType, p_aArgs, p_oValue)
     label = "Domain"
     label = "Domain"
   else if (label === "Computers")
   else if (label === "Computers")
     label = "Computer"
     label = "Computer"
-  else if (label === "NAS")
-    label = "NAS"
 
 
   var dt = top.document.RightTabView.getTab(top.document.RightTabView.get('activeIndex')).dt;
   var dt = top.document.RightTabView.getTab(top.document.RightTabView.get('activeIndex')).dt;