mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 19:21:06 -03:30
added case in generator-helpers for icon in survey
survey question 'cancel' button needed appropriate icon
This commit is contained in:
@@ -152,6 +152,9 @@ angular.module('GeneratorHelpers', [])
|
||||
case 'stdout':
|
||||
icon = "fa-external-link";
|
||||
break;
|
||||
case 'question_cancel':
|
||||
icon = 'fa-times';
|
||||
break;
|
||||
case 'job_details':
|
||||
icon = 'fa-list-ul';
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user