Commit 15c5d41b authored by Jason Song's avatar Jason Song Committed by GitHub

Merge pull request #370 from lepdou/bugfix_0805

bugfix namespace link
parents cd06271b eabb5244
...@@ -121,7 +121,7 @@ ...@@ -121,7 +121,7 @@
<div class="form-group"> <div class="form-group">
<div class="col-sm-offset-3 col-sm-10"> <div class="col-sm-offset-3 col-sm-10">
<button type="submit" class="btn btn-primary" <button type="submit" class="btn btn-primary"
ng-disabled="namespaceForm.$invalid || submitBtnDisabled">提交 ng-disabled="(type == 'create' && namespaceForm.$invalid) || submitBtnDisabled">提交
</button> </button>
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment