mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Fix a bug reported by @Leemoonsoo
This commit is contained in:
parent
57cb28098e
commit
899bb15eb8
2 changed files with 2 additions and 2 deletions
|
|
@ -146,4 +146,4 @@ angular.module('zeppelinWebApp').controller('CredentialCtrl', function($scope, $
|
|||
};
|
||||
|
||||
init();
|
||||
});
|
||||
});
|
||||
|
|
|
|||
|
|
@ -138,7 +138,7 @@ limitations under the License.
|
|||
</button>
|
||||
<button type="button" class="btn btn-default btn-xs"
|
||||
ng-disabled="valueform.$waiting"
|
||||
ng-click="valueform.$cancel();">
|
||||
ng-click="valueform.$cancel(); cancelCredentialInfoUpdate();">
|
||||
<span class="fa fa-remove"></span> cancel
|
||||
</button>
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Reference in a new issue