Merge pull request #217 from coreos-inc/robotspace
Remove space in robot names in the robots manager
This commit is contained in:
commit
e199e19374
1 changed files with 1 additions and 2 deletions
|
@ -54,8 +54,7 @@
|
||||||
<td class="robot">
|
<td class="robot">
|
||||||
<i class="fa ci-robot hidden-xs"></i>
|
<i class="fa ci-robot hidden-xs"></i>
|
||||||
<a ng-click="showRobot(robotInfo)">
|
<a ng-click="showRobot(robotInfo)">
|
||||||
<span class="prefix" bo-text="getPrefix(robotInfo.name) + '+'"></span>
|
<span class="prefix" bo-text="getPrefix(robotInfo.name) + '+'"></span><span bo-text="getShortenedName(robotInfo.name)"></span>
|
||||||
<span bo-text="getShortenedName(robotInfo.name)"></span>
|
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td bo-if="organization">
|
<td bo-if="organization">
|
||||||
|
|
Reference in a new issue