Skip to content

Commit

Permalink
updating help text
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodshell Fleurinord committed Jul 21, 2023
1 parent af2f406 commit c1ba445
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion deploy-board/deploy_board/templates/groups/group_config.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
<input class="form-control" id="runbook_link" name="runbook_link" required="false"
type="text" value="{{ config.runbookLink |default_if_none:'' }}"/>
<span class="input-group-btn">
<button id="runbookExpressionId" class="deployToolTip btn btn-default"
<button id="runbooklinkExpressionId" class="deployToolTip btn btn-default"
type="button" data-toggle="tooltip"
title="click for more information on the runbook link">
<span class="glyphicon glyphicon-question-sign"></span>
Expand All @@ -226,6 +226,13 @@
Please enter the load balancers you would like to attach to this group seperated by commas.
</div>
</div>
<div class="form-group collapse" id="runbooklinkExpressionDetailsId">
<div class="col-xs-8">
</div>
<div class="col-xs-4">
Please enter the runbook link that you would like to attach to health check failure messages.
</div>
</div>
<div class="form-group">
<label for="target_groups" class="deployToolTip control-label col-xs-2"
data-toggle="tooltip"
Expand Down

0 comments on commit c1ba445

Please sign in to comment.