adding ngdocs site for tower doc site

This commit is contained in:
Jared Tabor
2014-08-28 10:36:55 -04:00
parent fd97aa85b6
commit ca8e52bfff
106 changed files with 757 additions and 195 deletions

View File

@@ -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
*
*/

View File

@@ -1,9 +1,10 @@
/*********************************************
* Copyright (c) 2014 AnsibleWorks, Inc.
*
* Dashboard.js
*
* The new dashboard
*/
/**
* @ngdoc function
* @name widgets.function:DashboardJobs
* @description
*
*/

View File

@@ -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'])

View File

@@ -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

View File

@@ -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.

View File

@@ -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.

View File

@@ -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';

View File

@@ -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.

View File

@@ -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.

View File

@@ -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