Remove space in robot names in the robots manager

Fixes #216
This commit is contained in:
Joseph Schorr 2015-07-03 09:06:01 +03:00
parent cb238f8764
commit 750b6ec287

View file

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