summaryrefslogtreecommitdiff
path: root/qpid/java/bdbstore/src/main/java/resources/virtualhost/store/bdb/add.html
blob: 9424612e3cc57d61cf7d61b9d950037b6155b81e (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.storePath"
                 name="storePath" placeholder="/path/to/message/store" />
      </td>
  </tr>
</table>