1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-08 23:35:31 +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:
Anthony Lapenna 2018-06-06 18:12:35 +02:00 committed by GitHub
parent 3ace184069
commit ef15cd30eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
135 changed files with 235 additions and 235 deletions

View file

@ -1,5 +1,5 @@
<rd-header>
<rd-header-title title="Image list">
<rd-header-title title-text="Image list">
<a data-toggle="tooltip" title="Refresh" ui-sref="docker.images" ui-sref-opts="{reload: true}">
<i class="fa fa-sync" aria-hidden="true"></i>
</a>
@ -10,7 +10,7 @@
<div class="row">
<div class="col-lg-12 col-md-12 col-xs-12">
<rd-widget>
<rd-widget-header icon="fa-download" title="Pull image ">
<rd-widget-header icon="fa-download" title-text="Pull image ">
</rd-widget-header>
<rd-widget-body>
<form class="form-horizontal">
@ -53,7 +53,7 @@
<div class="row">
<div class="col-sm-12">
<images-datatable
title="Images" title-icon="fa-clone"
title-text="Images" title-icon="fa-clone"
dataset="images" table-key="images"
order-by="RepoTags" show-text-filter="true"
show-host-column="applicationState.endpoint.mode.agentProxy"