Index: /branches/rel_avx_2_7_6/src/webui/webui/htdocs/new/src/client/app/modules/admintools/submenu/snmp/snmphost/snmphost.html
===================================================================
--- /branches/rel_avx_2_7_6/src/webui/webui/htdocs/new/src/client/app/modules/admintools/submenu/snmp/snmphost/snmphost.html	(revision 9206)
+++ /branches/rel_avx_2_7_6/src/webui/webui/htdocs/new/src/client/app/modules/admintools/submenu/snmp/snmphost/snmphost.html	(working copy)
@@ -79,7 +79,7 @@
                                 <td>{{row.auth_passwd}}</td>
                                 <td>{{row.priv_passwd}}</td>
                                 <td>
-                                    <a ng-show="allow_config" style="color: #337ab7;" title="{{'Delete'|T}}" class="fa fa-times-circle" href="" ng-click="snmphost.delete(row)"><span class="text-info" style="margin-left: 8px;">{{'Delete'|T}}</span></a>
+                                    <a ng-show="allow_config" style="color: #337ab7;" title="{{'Delete'|T}}" class="fa fa-times-circle" href="" ng-click="snmphost.delete(row)"></a>
                                 </td>
                             </tr>
                         </tbody>
Index: /branches/rel_avx_2_7_6/src/webui/webui/htdocs/new/src/client/app/modules/admintools/submenu/snmp/snmpmgmt/snmpmgmt.html
===================================================================
--- /branches/rel_avx_2_7_6/src/webui/webui/htdocs/new/src/client/app/modules/admintools/submenu/snmp/snmpmgmt/snmpmgmt.html	(revision 9206)
+++ /branches/rel_avx_2_7_6/src/webui/webui/htdocs/new/src/client/app/modules/admintools/submenu/snmp/snmpmgmt/snmpmgmt.html	(working copy)
@@ -93,7 +93,7 @@
                             <td>{{row.auth_passwd}}</td>
                             <td>{{row.priv_passwd}}</td>
                             <td>
-                                <a title="{{'Delete'|T}}" class="fa fa-times-circle" href="" ng-click="snmpmgmt.delete(row,snmp_setting.$dirty)"><span class="text-info" style="margin-left: 8px;">{{'Delete'|T}}</span></a>
+                                <a title="{{'Delete'|T}}" class="fa fa-times-circle" href="" ng-click="snmpmgmt.delete(row,snmp_setting.$dirty)"></a>
                             </td>
                         </tr>
                     </tbody>
@@ -138,7 +138,7 @@
                             <td>{{row.ip}}</td>
                             <td>{{row.netmask}}</td>
                             <td>
-                                <a title="{{'Delete'|T}}" class="fa fa-times-circle" href="" ng-click="snmpmgmt.deleteIP(row)"><span class="text-info" style="margin-left: 8px;">{{'Delete'|T}}</span></a>
+                                <a title="{{'Delete'|T}}" class="fa fa-times-circle" href="" ng-click="snmpmgmt.deleteIP(row)"></a>
                             </td>
                         </tr>
                     </tbody>
Index: /branches/rel_avx_2_7_6/src/webui/webui/htdocs/new/src/client/app/modules/admintools/submenu/syslog/loghost/loghost.html
===================================================================
--- /branches/rel_avx_2_7_6/src/webui/webui/htdocs/new/src/client/app/modules/admintools/submenu/syslog/loghost/loghost.html	(revision 9206)
+++ /branches/rel_avx_2_7_6/src/webui/webui/htdocs/new/src/client/app/modules/admintools/submenu/syslog/loghost/loghost.html	(working copy)
@@ -41,7 +41,7 @@
 	                            <td ng-click="loghost.showDetailPages(row.ip+'-'+row.port+'-'+row.type+'-'+row.host_id)">{{row.type}}</td>
 	                            <td ng-click="loghost.showDetailPages(row.ip+'-'+row.port+'-'+row.type+'-'+row.host_id)">{{row.host_id}}</td>
                                 <td>
-                                    <a style="color: #337ab7;" ng-show="allow_config" title="{{'Delete'|T}}" class="fa fa-times-circle" href="" ng-click="loghost.delete(row)"><span class="text-info" style="margin-left: 8px;">{{'Delete'|T}}</span></a>
+                                    <a style="color: #337ab7;" ng-show="allow_config" title="{{'Delete'|T}}" class="fa fa-times-circle" href="" ng-click="loghost.delete(row)"></a>
                                 </td>
 	                        </tr>
 	                        <tr ng-repeat="row in displayedCollection" ng-if ="row.host_id == 0" >
@@ -50,7 +50,7 @@
 	                            <td>{{row.type}}</td>
 	                            <td>{{row.host_id}}</td>
                                 <td>
-                                    <a style="color: #337ab7;" ng-show="allow_config" title="{{'Delete'|T}}" class="fa fa-times-circle" href="" ng-click="loghost.delete(row)"><span class="text-info" style="margin-left: 8px;">{{'Delete'|T}}</span></a>
+                                    <a style="color: #337ab7;" ng-show="allow_config" title="{{'Delete'|T}}" class="fa fa-times-circle" href="" ng-click="loghost.delete(row)"></a>
                                 </td>
 	                        </tr>
                         </tbody>
