Advertisement
Guest User

Untitled

a guest
Apr 2nd, 2012
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. --- VCInterfaces.js.orig 2012-04-02 12:48:35.000000000 +0300
  2. +++ VCInterfaces.js 2012-04-02 12:54:26.000000000 +0300
  3. @@ -23,8 +23,8 @@
  4. initComponent: function() {
  5. var me = this,
  6. style = {
  7. - t_style: "border: 1px solid gray",
  8. - h_style: "padding: 4px; border: 1px solid gray; text-align: center; font-weight: bold",
  9. + t_style: "border: 1px solid gray; font-size: 10pt",
  10. + h_style: "padding: 4px; border: 1px solid gray; text-align: center; font-weight: bold; background-color: #e0e0e0",
  11. o_style: "font-weight: bold; padding: 4px; border: 1px solid gray",
  12. i_style: "padding: 4px; border: 1px solid gray"
  13. },
  14. @@ -51,10 +51,10 @@
  15. '<tpl for="l3">',
  16. '<tr>',
  17. '<td style="{parent.o_style}">{managed_object_name}</td>',
  18. - '<td style="{parent.i_style}"><tpl for="interfaces">{name} (',
  19. + '<td style="{parent.i_style}"><tpl for="interfaces">{name}&nbsp;(',
  20. '{ipv4_addresses}',
  21. '{ipv6_addresses}',
  22. - ')</tpl></td>',
  23. + ') </tpl></td>',
  24. '</tr>',
  25. '</tpl>',
  26. '</table>'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement