##// END OF EJS Templates
integrations: don't use code-review type icons for enabled/disable state.
ergo -
r3753:7d5ebbbb new-ui
parent child Browse files
Show More
@@ -107,11 +107,9 b''
107 107 %for IntegrationType, integration in c.integrations_list:
108 108 <tr id="integration_${integration.integration_id}">
109 109 <td class="td-enabled">
110 %if integration.enabled:
111 <div class="flag_status approved pull-left"></div>
112 %else:
113 <div class="flag_status rejected pull-left"></div>
114 %endif
110 <div class="pull-left">
111 ${h.bool2icon(integration.enabled)}
112 </div>
115 113 </td>
116 114 <td class="td-description">
117 115 ${integration.name}
General Comments 0
You need to be logged in to leave comments. Login now