标签:
以前以为是用[下标],原来在模板,也作了变换,得用.
才能搞定。
如下例中的 object_list.0.server_type ‘nginx‘
{% ifequal object_list.0.server_type ‘nginx‘ %}
<div class="uk-button-group">
<button deploy_type = "deploypkg" disabled>发布程序</button>
<button deploy_type = "rollback" disabled>回滚</button>
</div>
{% endifequal %}
下午休息。。。
标签:
原文地址:http://www.cnblogs.com/aguncn/p/5234291.html