mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 03:01:06 -03:30
adding ngdocs site for tower doc site
This commit is contained in:
@@ -1,8 +1,14 @@
|
||||
/*********************************************
|
||||
* Copyright (c) 2014 AnsibleWorks, Inc.
|
||||
*
|
||||
* Dashboard.js
|
||||
*
|
||||
*/
|
||||
/**
|
||||
* @ngdoc overview
|
||||
* @name widgets
|
||||
* @description Various widgets, including widgets on the dashboard
|
||||
/**
|
||||
* @ngdoc function
|
||||
* @name widgets.function:DashboardCounts
|
||||
* @description
|
||||
* The dashboard widget with stats across the top
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
/*********************************************
|
||||
* Copyright (c) 2014 AnsibleWorks, Inc.
|
||||
*
|
||||
* Dashboard.js
|
||||
*
|
||||
* The new dashboard
|
||||
*/
|
||||
/**
|
||||
* @ngdoc function
|
||||
* @name widgets.function:DashboardJobs
|
||||
* @description
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
@@ -1,12 +1,14 @@
|
||||
/*********************************************
|
||||
* Copyright (c) 2014 AnsibleWorks, Inc.
|
||||
*
|
||||
* Dashboard.js
|
||||
*
|
||||
* The new dashboard
|
||||
*/
|
||||
/**
|
||||
* @ngdoc function
|
||||
* @name widgets.function:HostGraph
|
||||
* @description
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'use strict';
|
||||
|
||||
angular.module('HostGraphWidget', ['RestServices', 'Utilities'])
|
||||
|
||||
@@ -1,6 +1,10 @@
|
||||
/*********************************************
|
||||
* Copyright (c) 2014 AnsibleWorks, Inc.
|
||||
*
|
||||
*/
|
||||
/**
|
||||
* @ngdoc function
|
||||
* @name widgets.function:HostPieChart
|
||||
* @description
|
||||
* HostPieChart.js
|
||||
*
|
||||
* file for the host status pie chart
|
||||
|
||||
@@ -1,6 +1,10 @@
|
||||
/*********************************************
|
||||
* Copyright (c) 2014 AnsibleWorks, Inc.
|
||||
*
|
||||
*/
|
||||
/**
|
||||
* @ngdoc function
|
||||
* @name widgets.function:InventorySyncStatus
|
||||
* @description
|
||||
* InventorySyncStatus.js
|
||||
*
|
||||
* Dashboard widget showing object counts and license availability.
|
||||
|
||||
@@ -1,6 +1,10 @@
|
||||
/*********************************************
|
||||
* Copyright (c) 2014 AnsibleWorks, Inc.
|
||||
*
|
||||
*/
|
||||
/**
|
||||
* @ngdoc function
|
||||
* @name widgets.function:JobStatus
|
||||
* @description
|
||||
* JobStatus.js
|
||||
*
|
||||
* Dashboard widget showing object counts and license availability.
|
||||
|
||||
@@ -1,18 +1,12 @@
|
||||
/*********************************************
|
||||
* Copyright (c) 2014 AnsibleWorks, Inc.
|
||||
*
|
||||
* Dashboard.js
|
||||
*
|
||||
* The new dashboard
|
||||
*
|
||||
*/
|
||||
/**
|
||||
* @ngdoc function
|
||||
* @name widgets.function:JobStatusGraph
|
||||
* @description
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ngdoc overview
|
||||
* @name jobstatusgraph
|
||||
* @description this is hte job status graph widget
|
||||
*
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
|
||||
@@ -1,6 +1,10 @@
|
||||
/*********************************************
|
||||
* Copyright (c) 2014 AnsibleWorks, Inc.
|
||||
*
|
||||
*/
|
||||
/**
|
||||
* @ngdoc function
|
||||
* @name widgets.function:ObjectCount
|
||||
* @description
|
||||
* ObjectCount.js
|
||||
*
|
||||
* Dashboard widget showing object counts and license availability.
|
||||
|
||||
@@ -1,6 +1,10 @@
|
||||
/*********************************************
|
||||
* Copyright (c) 2014 AnsibleWorks, Inc.
|
||||
*
|
||||
*/
|
||||
/**
|
||||
* @ngdoc function
|
||||
* @name widgets.function:SCMSyncStatus
|
||||
* @description
|
||||
* SCMSyncStatus.js
|
||||
*
|
||||
* Dashboard widget showing object counts and license availability.
|
||||
|
||||
@@ -1,6 +1,10 @@
|
||||
/*********************************************
|
||||
* Copyright (c) 2014 AnsibleWorks, Inc.
|
||||
*
|
||||
*/
|
||||
/**
|
||||
* @ngdoc function
|
||||
* @name widgets.function:Stream
|
||||
* @description
|
||||
* Stream.js
|
||||
*
|
||||
* Activity stream widget that can be called from anywhere
|
||||
|
||||
Reference in New Issue
Block a user