Commit eabb5244 by lepdou

bugfix namespace link

parent cd06271b
......@@ -121,7 +121,7 @@
<div class="form-group">
<div class="col-sm-offset-3 col-sm-10">
<button type="submit" class="btn btn-primary"
ng-disabled="namespaceForm.$invalid || submitBtnDisabled">提交
ng-disabled="(type == 'create' && namespaceForm.$invalid) || submitBtnDisabled">提交
</button>
</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