Sha256: f07fe723a43f56dca4f50947f5c9be2e3906475551ff4e9b0e7f77b185656631

Contents?: true

Size: 905 Bytes

Versions: 6

Compression:

Stored size: 905 Bytes

Contents

<div class="modal-header">
  <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
    <h4 id="modal_label">
      <span>{{name}}</span>
    </h4>
</div>
<div class="modal-body">
  <h3 class="section_title">client data</h3>
  {{#each this}}
    <div class="well">
      <h5>{{@key}}</h5>
      <span class="modal_value">{{#if this}}{{this}}{{else}}false/nil{{/if}}</span>
    </div>
  {{/each}}
</div>
<div class="modal-footer">
  <button id="silence_client" class="btn btn-danger">
    {{#if silenced}}
      <i class="icon-volume-off icon-white" />
      <span>&nbsp;Un-silence Client</span>
    {{else}}
      <i class="icon-volume-up icon-white" />
      <span>&nbsp;Silence Client</span>
    {{/if}}
  </button>
  <button id="remove_client" class="btn btn-danger">
      <i class="icon-remove icon-white" />
      <span>&nbsp;Remove Client</span>
  </button>
</div>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
sensu-dashboard-0.10.4 lib/sensu-dashboard/assets/javascripts/templates/clients/modal.hbs
sensu-dashboard-0.10.3 lib/sensu-dashboard/assets/javascripts/templates/clients/modal.hbs
sensu-dashboard-0.10.2 lib/sensu-dashboard/assets/javascripts/templates/clients/modal.hbs
sensu-dashboard-0.10.1 lib/sensu-dashboard/assets/javascripts/templates/clients/modal.hbs
sensu-dashboard-0.10.0 lib/sensu-dashboard/assets/javascripts/templates/clients/modal.hbs
sensu-dashboard-0.9.9 lib/sensu-dashboard/assets/javascripts/templates/clients/modal.hbs