item.hbs 3.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. <!--
  2. * Licensed to the Apache Software Foundation (ASF) under one
  3. * or more contributor license agreements. See the NOTICE file
  4. * distributed with this work for additional information
  5. * regarding copyright ownership. The ASF licenses this file
  6. * to you under the Apache License, Version 2.0 (the
  7. * "License"); you may not use this file except in compliance
  8. * with the License. You may obtain a copy of the License at
  9. *
  10. * http://www.apache.org/licenses/LICENSE-2.0
  11. *
  12. * Unless required by applicable law or agreed to in writing, software
  13. * distributed under the License is distributed on an "AS IS" BASIS,
  14. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  15. * See the License for the specific language governing permissions and
  16. * limitations under the License.
  17. -->
  18. <div class="add-service-button">
  19. <a class="btn btn-inverse" href="#">
  20. <i class="icon-plus icon-white"></i>
  21. Add Service
  22. </a>
  23. </div>
  24. <div class="service-button">
  25. <a class="btn" href="#">
  26. <i class="icon-play-circle"></i>
  27. Run HDFS Rebalancer
  28. </a>
  29. </div>
  30. <div class="row box service-summary">
  31. <div class="span8 service-block">
  32. <h4>Service Summary</h4>
  33. <div class="service-content">
  34. {{#each controller.content.components}}
  35. <div class="service-links">{{componentName}}: <a href="#">{{host.hostName}}</a></div>
  36. {{/each}}
  37. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the
  38. industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and
  39. scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into
  40. electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of
  41. Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like
  42. Aldus PageMaker including versions of Lorem Ipsum.
  43. </div>
  44. </div>
  45. <div class="span3 service-block">
  46. <div class="row">
  47. <div class="span3">
  48. <h4>Hosts</h4>
  49. <div class="service-links">
  50. <a href="#">mycompanysite.com</a>
  51. <a href="#">mycompanysite.com</a>
  52. <a href="#">mycompanysite.com</a>
  53. </div>
  54. </div>
  55. </div>
  56. <div class="row">
  57. <div class="span3">
  58. <h4>Links</h4>
  59. <div class="service-links">
  60. <a href="#">mycompanysite.com</a>
  61. <a href="#">mycompanysite.com</a>
  62. <a href="#">mycompanysite.com</a>
  63. </div>
  64. </div>
  65. </div>
  66. </div>
  67. </div>
  68. <div class="row">
  69. <div class="box">
  70. <div class="box-header">
  71. <h4>Service-Level Configuration</h4>
  72. </div>
  73. <div class="service-configuration service-summary">
  74. <h5>Summary</h5>
  75. <dl class="dl-horizontal">
  76. <dt>Hostname:</dt>
  77. <dd>ip-12-12-12-1232.cp2</dd>
  78. <dt>IP:</dt>
  79. <dd>123.123.135.567</dd>
  80. <dt>CPU:</dt>
  81. <dd>2.2 GHz</dd>
  82. <dt>OS:</dt>
  83. <dd>type</dd>
  84. <dt>Disk:</dt>
  85. <dd>total runtime</dd>
  86. <dt>Memory:</dt>
  87. <dd>total runtime usage</dd>
  88. <dt>Agent:</dt>
  89. <dd>running</dd>
  90. </dl>
  91. </div>
  92. </div>
  93. </div>