Skip to content

Commit

Permalink
Hide force refresh in new app form
Browse files Browse the repository at this point in the history
  • Loading branch information
pcampanella committed Jul 21, 2020
1 parent 96846db commit 02d35e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/app/dialogs/processor/ProcessorView.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</div>

<div class="col-xs-1 col-sm-1 col-md-1 col-lg-1">
<button class="btn btn-primary btn-wasdi"
<button class="btn btn-primary btn-wasdi" ng-show="m_oController.m_bEditMode"
ng-click="m_oController.forceProcessorRefresh(m_oController.m_sProcessorId)">
<i class="custom-icon fa fa-refresh fa-lg" ng-class="button.icon"></i>
<span class="ng-binding">Force Refresh</span>
Expand Down

0 comments on commit 02d35e3

Please sign in to comment.