update comportamento x drawinf chat temperature
This commit is contained in:
@@ -12,21 +12,29 @@
|
||||
<asp:HiddenField runat="server" ID="hfDataFrom" />
|
||||
<asp:HiddenField runat="server" ID="hfDataTo" />
|
||||
|
||||
<script>
|
||||
</script>
|
||||
|
||||
<div class="row mt-0">
|
||||
<div class="col-12">
|
||||
<asp:UpdatePanel ID="upFilt" runat="server" UpdateMode="Conditional" RenderMode="Block">
|
||||
<ContentTemplate>
|
||||
<div class="filtro_1 py-1 mx-0 row" style="height: 2em;">
|
||||
<div class="col-6 text-left">
|
||||
<div class="d-flex filtro_1">
|
||||
<div class="p-2 flex-grow-1">
|
||||
<uc2:mod_periodoAnalisi ID="mod_periodoAnalisi1" runat="server" realtimeUpdate="true" />
|
||||
</div>
|
||||
<div class="col-6 text-right small">
|
||||
<div class="p-2 small">
|
||||
Temperatura:
|
||||
<uc2:cmp_toggle runat="server" ID="cmp_toggleTemp" classOn="text-light" classOff="text-secondary" />
|
||||
</div>
|
||||
<div class="p-2 small">
|
||||
Sel globale:
|
||||
<uc2:cmp_toggle runat="server" ID="cmp_toggle" classOn="text-dark" classOff="text-dark" />
|
||||
<uc2:cmp_toggle runat="server" ID="cmp_toggle" classOn="text-dark" classOff="text-secondary" />
|
||||
</div>
|
||||
</div>
|
||||
</ContentTemplate>
|
||||
</asp:UpdatePanel>
|
||||
<uc2:cmp_chart runat="server" ID="cmp_chart1" Visible="false" />
|
||||
<asp:UpdatePanel ID="upCharts" runat="server" UpdateMode="Conditional" RenderMode="Block">
|
||||
<ContentTemplate>
|
||||
<div class="py-1 mx-0 row bg-light" id="divRilTemp" runat="server">
|
||||
|
||||
Reference in New Issue
Block a user