Add 'Action' info in receiver detail page

Change-Id: I41f6656a434ae2d91c9c1518289fa5d3d238ab3e
This commit is contained in:
qiaomin 2016-10-27 02:43:59 +00:00
parent c1c470e603
commit c75a98b339
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@
<dd>{{ receiver.type }}</dd>
<dt>{% trans "Cluster ID" %}</dt>
<dd><a href="{{ receiver.cluster_url }}">{{ receiver.cluster_id }}</a></dd>
<dt>{% trans "Action" %}</dt>
<dd>{{ receiver.action }}</dd>
<dt>{% trans "Channel" %}</dt>
<dd>{{ receiver.channel }}</dd>
<dt>{% trans "Created" context "Created time" %}</dt>