1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-19 05:19:39 +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

@ -2,7 +2,7 @@ angular.module('portainer.docker').component('servicesDatatable', {
templateUrl: 'app/docker/components/datatables/services-datatable/servicesDatatable.html',
controller: 'GenericDatatableController',
bindings: {
title: '@',
titleText: '@',
titleIcon: '@',
dataset: '<',
tableKey: '@',