Merge pull request #217 from coreos-inc/robotspace

Remove space in robot names in the robots manager
This commit is contained in:
Jimmy Zelinskie 2015-07-03 02:37:55 -04:00
commit e199e19374

View file

@ -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">