diff --git a/www/box.ng b/www/box.ng index d95d7bf31e6..7cbcd573781 100644 --- a/www/box.ng +++ b/www/box.ng @@ -16,9 +16,10 @@ limitations under the License.
{{ groupName }} + {{ settings.display }}
-
+
@@ -30,7 +31,7 @@ limitations under the License.
-
+
@@ -49,14 +50,14 @@ limitations under the License.
-
- box - list -
+
+box +list +reset +
-
\ No newline at end of file diff --git a/www/podcontroller.js b/www/podcontroller.js index 3d5d351ab07..e94fb0df8b0 100644 --- a/www/podcontroller.js +++ b/www/podcontroller.js @@ -46,6 +46,10 @@ k8sApp.controller('PodCtrl', function ($scope, $http, $routeParams) { function GroupController() {} +GroupController.prototype.resetGroupLayout = function(group) { + delete group.settings; +}; + GroupController.prototype.handlePath = function(path) { var parts = path.split("/") // split leaves an empty string at the beginning.