mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-06 11:42:14 +00:00
Add a simple hierarchical treatment for box/list view.
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user