mirror of https://github.com/rancher/ui.git
30 lines
776 B
Handlebars
30 lines
776 B
Handlebars
{{#if bulkActions}}
|
|
<td valign="middle" class="row-check" style="padding-top: 2px;">
|
|
{{check-box nodeId=model.id}}
|
|
</td>
|
|
{{/if}}
|
|
|
|
<td data-title="{{dt.state}}" class="clip">
|
|
{{badge-state model=model}}
|
|
</td>
|
|
|
|
<td data-title="{{dt.name}}" >
|
|
{{model.displayName}}
|
|
<div class="text-muted text-small">{{model.description}}</div>
|
|
</td>
|
|
|
|
<td data-title="{{dt.type}}" class="clip">
|
|
<div class="text-capitalize">{{model.notifierType}} </div>
|
|
{{#if showNotifierValue}}
|
|
<div class="text-muted text-small">{{model.notifierLabel}}: {{model.notifierValue}}</div>
|
|
{{/if}}
|
|
</td>
|
|
|
|
<td data-title="{{dt.created}}" class="text-right pr-20">
|
|
{{model.displayCreated}}
|
|
</td>
|
|
|
|
<td data-title="{{t 'generic.actions'}}" class="actions">
|
|
{{action-menu model=model}}
|
|
</td>
|