mirror of
https://github.com/portainer/portainer.git
synced 2025-08-08 15:25: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,5 +1,5 @@
|
|||
<rd-header>
|
||||
<rd-header-title title="Configs list">
|
||||
<rd-header-title title-text="Configs list">
|
||||
<a data-toggle="tooltip" title="Refresh" ui-sref="docker.configs" 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-sm-12">
|
||||
<configs-datatable
|
||||
title="Configs" title-icon="fa-file-code"
|
||||
title-text="Configs" title-icon="fa-file-code"
|
||||
dataset="configs" table-key="configs"
|
||||
order-by="Name" show-text-filter="true"
|
||||
show-ownership-column="applicationState.application.authentication"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<rd-header>
|
||||
<rd-header-title title="Create config"></rd-header-title>
|
||||
<rd-header-title title-text="Create config"></rd-header-title>
|
||||
<rd-header-content>
|
||||
<a ui-sref="docker.configs">Configs</a> > Add config
|
||||
</rd-header-content>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<rd-header>
|
||||
<rd-header-title title="Config details">
|
||||
<rd-header-title title-text="Config details">
|
||||
<a data-toggle="tooltip" title="Refresh" ui-sref="docker.configs.config({id: config.Id})" ui-sref-opts="{reload: true}">
|
||||
<i class="fa fa-sync" aria-hidden="true"></i>
|
||||
</a>
|
||||
|
@ -12,7 +12,7 @@
|
|||
<div class="row">
|
||||
<div class="col-lg-12 col-md-12 col-xs-12">
|
||||
<rd-widget>
|
||||
<rd-widget-header icon="fa-file-code" title="Config details"></rd-widget-header>
|
||||
<rd-widget-header icon="fa-file-code" title-text="Config details"></rd-widget-header>
|
||||
<rd-widget-body classes="no-padding">
|
||||
<table class="table">
|
||||
<tbody>
|
||||
|
@ -65,7 +65,7 @@
|
|||
<div class="row" ng-if="config">
|
||||
<div class="col-sm-12">
|
||||
<rd-widget>
|
||||
<rd-widget-header icon="fa-file-code" title="Config content"></rd-widget-header>
|
||||
<rd-widget-header icon="fa-file-code" title-text="Config content"></rd-widget-header>
|
||||
<rd-widget-body>
|
||||
<form class="form-horizontal">
|
||||
<div class="form-group">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue