summaryrefslogtreecommitdiff
path: root/java/broker-plugins/management-http/src/main/java/resources/virtualhost/standard/add.html
blob: 9596ef4175119563a02318b3f01021dea9515007 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<table class="tableContainer-table tableContainer-table-horiz">
  <tr>
      <td class="tableContainer-labelCell" style="width: 300px;"><strong>Store Type*:  </strong></td>
      <td class="tableContainer-valueCell" ><div id="addVirtualHost.specific.selectStoreType"></div></td>
  </tr>
  <tr>
      <td class="tableContainer-labelCell" style="width: 300px;"><strong>Path to store location*:  </strong></td>
      <td class="tableContainer-valueCell">
          <input dojoType="dijit/form/ValidationTextBox" required="true" id="formAddVirtualHost.specific.storePath"
                 name="storePath" placeholder="/path/to/message/store" />
      </td>
  </tr>
</table>