mirror of
https://github.com/portainer/portainer.git
synced 2025-07-21 14:29:40 +02:00
parent
c3ce4d8b53
commit
7bd971f838
65 changed files with 115 additions and 92 deletions
|
@ -252,7 +252,7 @@ class KubernetesNodeController {
|
|||
if (this.formValues.Availability === 'Drain') {
|
||||
await this.drainNode();
|
||||
}
|
||||
this.Notifications.success('Node updated successfully');
|
||||
this.Notifications.success('Success', 'Node updated successfully');
|
||||
this.$state.reload(this.$state.current);
|
||||
} catch (err) {
|
||||
this.Notifications.error('Failure', err, 'Unable to update node');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue