1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-06 06:15:22 +02:00

feat(app/kubernetes): Popout kubectl shell into new window [r8s-307] (#922)

This commit is contained in:
James Player 2025-07-25 15:24:32 +12:00 committed by GitHub
parent e7d97d7a2b
commit 7bcb37c761
10 changed files with 677 additions and 158 deletions

View file

@ -31,8 +31,8 @@
<div
id="page-wrapper"
ng-class="{
open: isSidebarOpen() && ['portainer.auth', 'portainer.init.admin'].indexOf($state.current.name) === -1,
nopadding: ['portainer.auth', 'portainer.init.admin', 'portainer.logout'].indexOf($state.current.name) > -1 || applicationState.loading
open: isSidebarOpen() && ['portainer.auth', 'portainer.init.admin', 'kubernetes.kubectlshell'].indexOf($state.current.name) === -1,
nopadding: ['portainer.auth', 'portainer.init.admin', 'portainer.logout', 'kubernetes.kubectlshell'].indexOf($state.current.name) > -1 || applicationState.loading
}"
ng-cloak
>