We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bf0248 commit f8f2fadCopy full SHA for f8f2fad
1 file changed
OpenFlow/src/public/Controllers.ts
@@ -2705,7 +2705,7 @@ export class NoderedCtrl {
2705
// // this.GetNoderedInstance();
2706
this.GetNoderedInstance();
2707
this.labels = await NoderedUtil.GetKubeNodeLabels(null);
2708
- this.keys = Object.keys(this.labels);
+ if (this.labels != null) this.keys = Object.keys(this.labels);
2709
this.loading = false;
2710
if (!this.$scope.$$phase) { this.$scope.$apply(); }
2711
0 commit comments