mirror of
https://github.com/ansible/awx.git
synced 2026-07-04 04:48:02 -02:30
Adds editing to the host details form.
* Adds editing host vars, description, and name to the host details form. * Adds details panel FSM and updates to keybindings FSM
This commit is contained in:
committed by
Ben Thomasson
parent
6f3bf4fd1b
commit
14ee6a8360
@@ -1,6 +1,8 @@
|
||||
/* Copyright (c) 2017 Red Hat, Inc. */
|
||||
|
||||
import atFeaturesNetworking from './network-nav/index';
|
||||
import atFeaturesNetworking from './network-nav/main';
|
||||
import networkDetailsDirective from './network-details/main';
|
||||
import networkZoomWidget from './zoom-widget/main';
|
||||
|
||||
//console.log = function () { };
|
||||
var angular = require('angular');
|
||||
@@ -33,7 +35,9 @@ var awxNetworkUI = require('./network.ui.directive.js');
|
||||
|
||||
var networkUI = angular.module('networkUI', [
|
||||
'monospaced.mousewheel',
|
||||
atFeaturesNetworking
|
||||
atFeaturesNetworking,
|
||||
networkDetailsDirective.name,
|
||||
networkZoomWidget.name
|
||||
])
|
||||
.controller('NetworkUIController', NetworkUIController.NetworkUIController)
|
||||
.directive('awxNetCursor', cursor.cursor)
|
||||
|
||||
Reference in New Issue
Block a user