summaryrefslogtreecommitdiff
path: root/qpid/java/broker-plugins/management-http/src/main/java/resources/virtualhost/store/derby/add.html
blob: 2ed5b35c100674ea9e767c9228c4a19e6e93407f (plain)
1
2
3
4
5
6
7
8
9
<table class="tableContainer-table tableContainer-table-horiz">
  <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.store.storePath"
                 name="storePath" placeholder="/path/to/message/store" />
      </td>
  </tr>
</table>