added a link to each platform on Dashboard
[myslice.git] / plugins / lists / static / js / simplelist.js
index 9cd5129..aed6217 100644 (file)
@@ -96,7 +96,7 @@
         if (key == 'slice.slice_hrn') {
             return "<i class='icon-play-circle'></i><a href='/slice/" + value + "'>" + value + "</a>";
         } else if (key == 'network_hrn') {
-            return "<i class='icon-play-circle'></i>" + value ;
+            return "<i class='icon-play-circle'></i><a href='/portal/platform/" + value + "'>" + value + "</a>";
         } else {
             return value;
         }