Selaa lähdekoodia

HPCC-11788 Remove ECLWatch Tech Preview from legacy ECLWatch

The menu item of the ECLWatch Tech Preview is removed from legacy
ECLWatch.

Signed-off-by: wangkx <kevin.wang@lexisnexis.com>
wangkx 11 vuotta sitten
vanhempi
commit
ce579b76f3
1 muutettua tiedostoa jossa 0 lisäystä ja 4 poistoa
  1. 0 4
      esp/services/ws_workunits/ws_workunitsService.hpp

+ 0 - 4
esp/services/ws_workunits/ws_workunitsService.hpp

@@ -296,10 +296,6 @@ public:
 
             IPropertyTree *folderQueryset = ensureNavFolder(data, "Queries", NULL, NULL, false, 3);
             ensureNavLink(*folderQueryset, "Browse", "/WsWorkunits/WUQuerySets", "Browse Published Queries");
-
-            IPropertyTree *folderTP = CEspBinding::ensureNavFolder(data, "Tech Preview", "Technical Preview");
-            IPropertyTree *eclWatchTP = CEspBinding::ensureNavLink(*folderTP, "ECL Watch", "/esp/files/stub.htm?Widget=HPCCPlatformWidget", "ECL Watch", NULL, NULL, 1);
-            eclWatchTP->setProp("@target", "_blank");
         }
     }