Skip to content
This repository has been archived by the owner on Dec 23, 2019. It is now read-only.

Commit

Permalink
fix(Pack - Dashboard): Hidden reset button
Browse files Browse the repository at this point in the history
  • Loading branch information
feoche committed Jan 15, 2018
1 parent 87681e5 commit 991358f
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<div data-ng-controller="XdslAccessPortResetCtrl as DslamResetCtrl">
<div data-ng-controller="XdslAccessPortResetCtrl as DslamResetCtrl"
data-ng-if="access.tasks.current.dslamPortReset">
<button id="dslamReset"
class="oui-button oui-button_full-width oui-button_primary my-2"
type="button"
Expand All @@ -11,7 +12,7 @@
data-ng-really-cancel="{{ 'cancel' | translate }}"
data-ng-really-window-class="revert-really-buttons"
data-ng-disabled="!access.xdsl.capabilities.canResetDslamPort || access.tasks.current.dslamPortReset">
<div data-ng-if="access.tasks.current.dslamPortReset">
<span>
<oui-loader class="mr-2"
data-size="s">
</oui-loader>
Expand Down

0 comments on commit 991358f

Please sign in to comment.