mirror of
https://github.com/ansible/awx.git
synced 2026-01-24 16:01:20 -03:30
Merge pull request #290 from marshmalien/fix/7446-survey-maker-empty-prompt
Generalize empty SurveyMaker prompt text
This commit is contained in:
commit
b5c7753291
@ -42,7 +42,7 @@
|
||||
<div style="display: flex; flex-direction: column; width: 100%;">
|
||||
<div class="SurveyMaker-panelHeader" translate>PREVIEW</div>
|
||||
<div class="SurveyMaker-panelBody">
|
||||
<div ng-if="survey_questions.length < 1" class="SurveyMaker-noQuestions" translate>PLEASE ADD A SURVEY PROMPT ON THE LEFT.</div>
|
||||
<div ng-if="survey_questions.length < 1" class="SurveyMaker-noQuestions" translate>PLEASE ADD A SURVEY PROMPT.</div>
|
||||
<ul dnd-list="survey_questions" class="SurveyMaker-previewRows" dnd-drop="surveyQuestionDropped(index, item)">
|
||||
<li ng-repeat="question in survey_questions" dnd-draggable="question" dnd-effect-allowed="move" class="SurveyMaker-previewRow">
|
||||
<dnd-nodrag>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user