We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3279362 commit e46da76Copy full SHA for e46da76
src/app/frontend/replicationcontrollerlist/zerostate/zerostate.html
@@ -37,10 +37,10 @@
37
<i class="material-icons kd-zerostate-ext-link-icon">open_in_new</i>
38
</a>
39
</div>
40
- <a class="md-raised md-primary kd-zerostate-rcs" ng-if="ctrl.containsOnlyKubeSystemRCs"
41
- ui-sref="replicationcontrollers">
42
- There are replication controllers in kube-system namespace,<br>click to show them
43
- </a>
+ <p class="kd-zerostate-lm kd-zerostate-rcs" ng-if="ctrl.containsOnlyKubeSystemRCs">
+ Some system applications are running in the cluster.
+ <a class="md-raised md-primary" ui-sref="replicationcontrollers">Show them</a>
+ </p>
44
</md-card-content>
45
</md-card>
46
</md-content>
0 commit comments