mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Remove cancelCredentialInfoUpdate()
This commit is contained in:
parent
899bb15eb8
commit
ab9814cc9c
1 changed files with 1 additions and 1 deletions
|
|
@ -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(); cancelCredentialInfoUpdate();">
|
||||
ng-click="valueform.$cancel();">
|
||||
<span class="fa fa-remove"></span> cancel
|
||||
</button>
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Reference in a new issue