You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- json.step current_user.devops_step
- json.cloud_account do
- if @cloud_account && !current_user.devops_uninit?
- json.ip @cloud_account.drone_ip
- else
- json.nil!
- end
- end
|