Project

General

Profile

« Previous | Next » 

Revision 58689

[Monitor Dashboard | Trunk]: Fix a bug when a new empty topic has been created

View differences:

stakeholder.component.ts
184 184
    ];
185 185
    this.stakeholderService.deleteElement(this.properties.monitorServiceAPIURL, path).subscribe(() => {
186 186
      this.stakeholder.topics.splice(this.index, 1);
187
      this.index = -1;
187 188
      UIkit.notification('Topic has been successfully deleted', {
188 189
        status: 'success',
189 190
        timeout: 3000,

Also available in: Unified diff