mirror of
https://github.com/portainer/portainer.git
synced 2025-08-09 07:45:22 +02:00
style(app): update widget title property (#1952)
* style(app): update widget title property * style(containerinstances): fix invalid component title
This commit is contained in:
parent
3ace184069
commit
ef15cd30eb
135 changed files with 235 additions and 235 deletions
|
@ -1,6 +1,6 @@
|
|||
<div ng-if="tasks.length > 0 && nodes" id="service-tasks">
|
||||
<tasks-datatable
|
||||
title="Tasks" title-icon="fa-tasks"
|
||||
title-text="Tasks" title-icon="fa-tasks"
|
||||
dataset="tasks" table-key="service-tasks"
|
||||
order-by="Updated" reverse-order="true"
|
||||
nodes="nodes"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue