Advertisement
Guest User

Untitled

a guest
Feb 27th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. <td bst-feature-flag="remote_actions">
  2. <span ng-hide="host.content_facet_attributes.katello_agent_installed">
  3. <span class="{{ table.getHostStatusIcon(0) }}"></span>
  4. <span translate>Installed</span>
  5. </span>
  6. <span ng-hide="host.content_facet_attributes.katello_agent_installed">
  7. <span class="{{ table.getHostStatusIcon(1) }}"></span>
  8. <span translate>Not installed</span>
  9. </span>
  10. </td>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement