first commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<div id="ate-controls" class="ate-controls sub-section">
|
||||
<div class="otgs-notice otgs-notice__status inline">
|
||||
<p> </p>
|
||||
<span class="spinner"> </span>
|
||||
<button class="js-synchronize-with-ams button-secondary" {{ is_ate_communication_locked ? 'disabled' : ''}} >
|
||||
{{ synchronize_button_text }}
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<div class="otgs-notice otgs-notice__errors error inline hidden">
|
||||
<p class="message"> </p>
|
||||
<p class="help">{{ strings.error_help|raw }}</p>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user