mirror of
https://github.com/portainer/portainer.git
synced 2025-08-08 15:25:22 +02:00
feat(ui): UI improvements kube app detail EE-3463 (#7176)
This commit is contained in:
parent
552d3f8a3e
commit
f5e774c89d
12 changed files with 531 additions and 450 deletions
|
@ -161,7 +161,7 @@ export function confirmUpdate(message: string, callback: ConfirmCallback) {
|
|||
buttons: {
|
||||
confirm: {
|
||||
label: 'Update',
|
||||
className: 'btn-warning',
|
||||
className: 'btn-primary',
|
||||
},
|
||||
},
|
||||
callback,
|
||||
|
|
|
@ -22,6 +22,7 @@ export function confirmButtons(options: ButtonsOptions) {
|
|||
options.cancel && options.cancel.label
|
||||
? sanitize(options.cancel.label)
|
||||
: 'Cancel',
|
||||
className: 'btn-default',
|
||||
},
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue