File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 26
26
<option value =" Unknown" >Unknown</option >
27
27
<option value =" Tcp" >TCP</option >
28
28
<option value =" Udp" >UDP</option >
29
+ <option value =" Icmp" >ICMP</option >
29
30
</select >
30
31
<div v-for =" (protocol, index) in dataProtocolsWhitelist" :key =" index" class =" whitelist-item" >
31
32
<span class =" dot" >• ; </span >
Original file line number Diff line number Diff line change 3
3
<Dropdown class =" layout-dropdown" @changeLayout =" handleLayoutChange" />
4
4
<Graph :data =" data" @intervalAmount =" handleIntervalAmount" />
5
5
<GraphFilterMenu :layout =" layout" @menuOpened =" handleMenuOpened" @layersFetched =" fetchAndUpdateGraph" @queryConditions =" handleQueryConditions" />
6
- <TopologyTimeframeSelector v-if = " data " class =" topology-timeframe"
6
+ <TopologyTimeframeSelector class =" topology-timeframe"
7
7
@change =" handleTimeframeSelection"
8
8
:from-value =" timeframeSelectorFrom"
9
9
:to-value =" timeframeSelectorTo" />
10
- <QueryConditionButton v-if = " data " class =" query-conditions" :layout =" layout" :queryConditions =" queryConditions" />
10
+ <QueryConditionButton class =" query-conditions" :layout =" layout" :queryConditions =" queryConditions" />
11
11
</div >
12
12
</template >
13
13
You can’t perform that action at this time.
0 commit comments