mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
Removed date time picker from ASN community edition (#9662)
This commit is contained in:
parent
0b8aa9ff30
commit
565ba1f6a0
2 changed files with 5 additions and 5 deletions
|
|
@ -8,7 +8,7 @@
|
|||
@select_option="changeCriteria">
|
||||
</SelectSearch>
|
||||
</div>
|
||||
<div class="w-100 d-flex align-items-center button-group">
|
||||
<div v-if="props.context.isEnterpriseL" class="w-100 d-flex align-items-center button-group">
|
||||
<CustomSwitch v-model:value="toggle_slider" :change_label_side="true" :label="toggle_slider_label" style=""
|
||||
class="me-1" icon="fa-calendar-days" :title="toggle_slider_label" @change_value="saveSwitch">
|
||||
</CustomSwitch>
|
||||
|
|
@ -30,7 +30,7 @@
|
|||
<div class="m-2 mb-3">
|
||||
<Transition name="add-effect" mode="out-in">
|
||||
<div class="position-relative">
|
||||
<div class="mb-3 d-flex flex-column" style="height: 60vh;">
|
||||
<div class="mb-4 d-flex flex-column" style="height: 60vh;">
|
||||
<Loading :isLoading="loading"></Loading>
|
||||
<Sankey v-if="show_sankey" ref="sankey_chart" :no_data_message="no_data_message"
|
||||
:sankey_data="sankey_data" @node_click="onNodeClick" @autorefresh_toggle="onAutoRefreshToggle">
|
||||
|
|
@ -42,8 +42,8 @@
|
|||
</div>
|
||||
</Transition>
|
||||
<Transition name="add-effect" mode="out-in">
|
||||
<div class="position-relative" :key="reRenderTable" style="min-height: 614px;">
|
||||
<TableWithConfig v-if="props.context.isEnterpriseL" ref="table_as_stats" :table_id="table_id"
|
||||
<div class="position-relative" v-if="props.context.isEnterpriseL" :key="reRenderTable" style="min-height: 614px;">
|
||||
<TableWithConfig ref="table_as_stats" :table_id="table_id"
|
||||
:csrf="props.context.csrf" :showLoading="true" :f_map_columns="mapTableColumns"
|
||||
:f_sort_rows="columnsSorting" :get_extra_params_obj="getExtraParameters"
|
||||
@custom_event="onTableCustomEvent">
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 4c1f1a996c98cd14f16e04b2b68a8be3587289e5
|
||||
Subproject commit 9a91f964d5a601f7c1c5eeeeaf485b3632d19699
|
||||
Loading…
Add table
Add a link
Reference in a new issue