Studio: addressing course re-run PR feedback
This commit is contained in:
committed by
Ben McMorran
parent
8e3b532768
commit
d695de24dc
@@ -162,7 +162,7 @@ require(["domReady!", "jquery", "jquery.form", "js/index"], function(doc, $) {
|
||||
<dl class="course-status">
|
||||
<dt class="label sr">This re-run processing status:</dt>
|
||||
<dd class="value">
|
||||
<i class="icon-refresh icon-spin"></i>
|
||||
<i class="icon icon-refresh icon-spin"></i>
|
||||
<span class="copy">Configuring as re-run</span>
|
||||
</dd>
|
||||
</dl>
|
||||
@@ -200,7 +200,7 @@ require(["domReady!", "jquery", "jquery.form", "js/index"], function(doc, $) {
|
||||
<dl class="course-status">
|
||||
<dt class="label sr">This re-run processing status:</dt>
|
||||
<dd class="value">
|
||||
<i class="icon-warning-sign"></i>
|
||||
<i class="icon icon-warning-sign"></i>
|
||||
<span class="copy">Configuration Error</span>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
@@ -328,7 +328,7 @@ TODO:
|
||||
|
||||
<div class="actions">
|
||||
<button type="submit" class="action action-primary rerun-course-save is-disabled is-processing">
|
||||
<i class="icon-refresh icon-spin"></i>
|
||||
<i class="icon icon-refresh icon-spin"></i>
|
||||
${_('Processing Re-run Request')}
|
||||
</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user