\ 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.