Skip to content

Commit e46da76

Browse files
committed
Update link to system applications on the zerostate page
* previosuly it was a multiline link -> changed this to text and lint * changed wording to not expose our internal implementation details`
1 parent 3279362 commit e46da76

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)