Role detail page fixes
Added title to nodes table, fixed position of graph filter dropdown Change-Id: I29e3bda5667840cbe519e786a99c1c26f5bd8c05
This commit is contained in:
parent
95fa00de59
commit
21b9af4645
@ -60,6 +60,7 @@ class NodeTable(nodes_tables.ProvisionedNodesTable):
|
|||||||
class Meta:
|
class Meta:
|
||||||
name = "nodetable"
|
name = "nodetable"
|
||||||
verbose_name = _("Nodes")
|
verbose_name = _("Nodes")
|
||||||
|
hidden_title = False
|
||||||
table_actions = ()
|
table_actions = ()
|
||||||
row_actions = ()
|
row_actions = ()
|
||||||
template = "horizon/common/_enhanced_data_table.html"
|
template = "horizon/common/_enhanced_data_table.html"
|
||||||
|
@ -34,9 +34,6 @@
|
|||||||
{% include "infrastructure/_performance_chart_box.html" with meter_conf=meter_conf node_perf_url=node_perf_url col_size=4 %}
|
{% include "infrastructure/_performance_chart_box.html" with meter_conf=meter_conf node_perf_url=node_perf_url col_size=4 %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
|
||||||
<div class="col-xs-12">
|
{{ table.render }}
|
||||||
{{ table.render }}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
{% load url from future%}
|
{% load url from future%}
|
||||||
|
|
||||||
{% if meter_conf %}
|
{% if meter_conf %}
|
||||||
<div class="nodes row">
|
<div class="nodes">
|
||||||
<div id="ceilometer-stats" class="clearfix">
|
<div id="ceilometer-stats" class="clearfix">
|
||||||
<form class="form-inline performance_charts" id="linechart_general_form">
|
<form class="form-inline performance_charts" id="linechart_general_form">
|
||||||
<div class="pull-right">
|
<div class="pull-right">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user