Compare commits

...

1 Commits

Author SHA1 Message Date
Girish Ramakrishnan
e98363e90a Do not show repair and configure together 2017-03-19 20:00:15 -07:00

View File

@@ -412,7 +412,7 @@
<a href="" ng-click="showRestore(app)" title="Restore App"><i class="fa fa-undo scale"></i></a>
</div>
<div ng-show="app.installationState === 'installed' || app.installationState === 'pending_configure'">
<div ng-show="(app.installationState === 'installed' || app.installationState === 'pending_configure') && !(app | installError)">
<a href="" ng-click="showConfigure(app)" title="Configure App"><i class="fa fa-pencil scale"></i></a>
</div>