empty.ejs 420 B

123456789
  1. <td colspan="10" class="text-center">
  2. <br><br>
  3. <p>It looks like there are no hosts configured.</p>
  4. <p>
  5. <button type="button" class="btn btn-sm btn-success proxy">Create Proxy Host</button>
  6. <button type="button" class="btn btn-sm btn-success redirection">Create Redirection Host</button>
  7. <button type="button" class="btn btn-sm btn-success 404">Create 404 Host</button>
  8. </p>
  9. </td>