Skip to content

Commit f44ef69

Browse files
committed
Merge pull request #558 from bryk/kube-system
Update link to system applications on the zerostate page
2 parents 87ec6cd + e46da76 commit f44ef69

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/app/frontend/replicationcontrollerlist/zerostate/zerostate.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@
3737
<i class="material-icons kd-zerostate-ext-link-icon">open_in_new</i>
3838
</a>
3939
</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>
40+
<p class="kd-zerostate-lm kd-zerostate-rcs" ng-if="ctrl.containsOnlyKubeSystemRCs">
41+
Some system applications are running in the cluster.
42+
<a class="md-raised md-primary" ui-sref="replicationcontrollers">Show them</a>
43+
</p>
4444
</md-card-content>
4545
</md-card>
4646
</md-content>

0 commit comments

Comments
 (0)