layout bug fix @TODO: app-grid

community
Steve L. Nyemba 6 years ago
parent d3da714b32
commit 407eb6f8ca

@ -56,8 +56,8 @@
} }
.widget .chart iframe { .widget .chart iframe {
width:99%; width:99%;
min-height:255px; min-height:70%;
max-height:300px;
overflow:hidden} overflow:hidden}
input[type=text] { input[type=text] {
@ -245,7 +245,7 @@
</div> </div>
{%if row.node == name %} {%if row.node == name %}
<div class="" style="padding:4px; margin-left:10px; min-height:250px; overflow:hidden"> <div class="" style="padding-left:10px; margin-top:4px; min-height:70%; overflow:hidden">
<li type="square" style="list-style-type: none"> <li type="square" style="list-style-type: none">

@ -79,6 +79,10 @@ class apps(analytics) :
def __init__(self,**args): def __init__(self,**args):
analytics.__init__(self,**args) analytics.__init__(self,**args)
logs = self.get('logs') logs = self.get('logs')
# for node in logs :
# data = logs[node]
# df = pd.DataFrame(data)
# df.groupby(['name'],as_index=False).count()
def init(self): def init(self):
""" """
This function will handle initialization of critical variables This function will handle initialization of critical variables

Loading…
Cancel
Save