new view portal.homeview.HomeView that replaces former login_user
[myslice.git] / plugins / lists / static / js / simplelist.js
index aed6217..545c04c 100644 (file)
@@ -94,7 +94,7 @@
     // hard-wire a separate presentation depending on the key being used....
     function cell(key, value) {
         if (key == 'slice.slice_hrn') {
-            return "<i class='icon-play-circle'></i><a href='/slice/" + value + "'>" + value + "</a>";
+            return "<i class='icon-play-circle'></i><a href='/portal/slice/" + value + "'>" + value + "</a>";
         } else if (key == 'network_hrn') {
             return "<i class='icon-play-circle'></i><a href='/portal/platform/" + value + "'>" + value + "</a>";
         } else {