mirror of https://github.com/rancher/ui.git
Align right for created field
This commit is contained in:
parent
022a37a34d
commit
b2fab982e0
|
|
@ -75,15 +75,15 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-left {
|
.text-left {
|
||||||
text-align: left;
|
text-align: left !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-center {
|
.text-center {
|
||||||
text-align: center;
|
text-align: center !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-right {
|
.text-right {
|
||||||
text-align: right;
|
text-align: right !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-small {
|
.text-small {
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,7 @@ const headers = [
|
||||||
translationKey: 'generic.created',
|
translationKey: 'generic.created',
|
||||||
name: 'created',
|
name: 'created',
|
||||||
sort: ['created'],
|
sort: ['created'],
|
||||||
|
classNames: 'text-right pr-20',
|
||||||
width: 200,
|
width: 200,
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@
|
||||||
<span class="text-muted">–</span>
|
<span class="text-muted">–</span>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</td>
|
</td>
|
||||||
<td data-title="{{t 'generic.created'}}:" >
|
<td data-title="{{t 'generic.created'}}:" class="text-right pr-20">
|
||||||
{{date-calendar row.created}}
|
{{date-calendar row.created}}
|
||||||
</td>
|
</td>
|
||||||
<td data-title="{{t 'generic.actions'}}:" class="actions">
|
<td data-title="{{t 'generic.actions'}}:" class="actions">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue