Repository: ignite Updated Branches: refs/heads/master 489e30428 -> c12f1c519
IGNITE-10617 Web console: Fixed wrong class name. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/c12f1c51 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/c12f1c51 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/c12f1c51 Branch: refs/heads/master Commit: c12f1c5192d4bc77b7c14e2b5ae4d5011c12aea2 Parents: 489e304 Author: Vasiliy Sisko <[email protected]> Authored: Thu Dec 13 10:50:39 2018 +0700 Committer: Alexey Kuznetsov <[email protected]> Committed: Thu Dec 13 10:50:39 2018 +0700 ---------------------------------------------------------------------- .../connected-clusters-dialog/components/list/controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/c12f1c51/modules/web-console/frontend/app/components/connected-clusters-dialog/components/list/controller.js ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/components/connected-clusters-dialog/components/list/controller.js b/modules/web-console/frontend/app/components/connected-clusters-dialog/components/list/controller.js index 2d0ca26..b69f8a2 100644 --- a/modules/web-console/frontend/app/components/connected-clusters-dialog/components/list/controller.js +++ b/modules/web-console/frontend/app/components/connected-clusters-dialog/components/list/controller.js @@ -19,7 +19,7 @@ import _ from 'lodash'; import columnDefs from './column-defs'; -export default class SnapshotsListCachesCtrl { +export default class ConnectedClustersListCtrl { static $inject = ['$scope', 'AgentManager']; /**
