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">
|
||||
<i class="fa ci-robot hidden-xs"></i>
|
||||
<a ng-click="showRobot(robotInfo)">
|
||||
<span class="prefix" bo-text="getPrefix(robotInfo.name) + '+'"></span>
|
||||
<span bo-text="getShortenedName(robotInfo.name)"></span>
|
||||
<span class="prefix" bo-text="getPrefix(robotInfo.name) + '+'"></span><span bo-text="getShortenedName(robotInfo.name)"></span>
|
||||
</a>
|
||||
</td>
|
||||
<td bo-if="organization">
|
||||
|
|
Reference in a new issue