Skip to content

【上线其他实例】和【查看提交信息】 #1663

Answered by nick2wang
HanochLzd asked this question in Q&A
Discussion options

You must be logged in to vote

上线其他实例:只允许发起人提交其他实例
查看提交信息:超级管理员/是否可审核/是否可执行/是否可回滚( 具体定义可以看这里:https://github.com/hhyo/Archery/blob/master/sql/views.py

<!--只允许发起人提交其他实例-->
{% if user.username == workflow_detail.engineer %}
<a type='button' id="btnSubmitOtherCluster" class='btn btn-warning' href="/submitotherinstance/">上线其他实例</a>
{% endif %}
{% if is_can_review or is_can_execute or is_can_rollback or user.is_superuser %}
<a type='button' id="btnViewSql" class='btn btn-default' onclick="loading(this)" href="/editsql/">查看提交信息</a>
{% endif %}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by HanochLzd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants