added scan jobs list to inventory properties

added the scan jobs list in an accordion underneath the inventory properties.
This commit is contained in:
Jared Tabor
2015-03-13 15:37:21 -04:00
parent 757e77e9a3
commit 45513ca4bd
6 changed files with 105 additions and 34 deletions
+1 -1
View File
@@ -977,7 +977,7 @@ export function JobTemplatesEdit($scope, $rootScope, $compile, $location, $log,
if($scope.survey_enabled === true && $scope.survey_exists!==true){
// $scope.$emit("PromptForSurvey");
// The original design for this was a pop up that would prompt the user if they wanted to create a
// The original design for this was a pop up that would prompt the user if they wanted to create a
// survey, because they had enabled one but not created it yet. We switched this for now so that
// an error message would be displayed by the survey buttons that tells the user to add a survey or disabled
// surveys.