Remove useless buttons
This commit is contained in:
parent
fd50a4adeb
commit
045008a9df
1 changed files with 0 additions and 24 deletions
|
|
@ -226,30 +226,6 @@
|
||||||
<span class="tooltip-text">Search</span>
|
<span class="tooltip-text">Search</span>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
<a @click="isShowingHardwareModels = !isShowingHardwareModels" href="javascript:void(0)" class="tooltip rounded-full hidden sm:block">
|
|
||||||
<div class="bg-gray-100 hover:bg-gray-200 p-2 rounded-full">
|
|
||||||
<svg class="w-6 h-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor">
|
|
||||||
<path stroke-linecap="round" stroke-linejoin="round" d="M10.5 1.5H8.25A2.25 2.25 0 0 0 6 3.75v16.5a2.25 2.25 0 0 0 2.25 2.25h7.5A2.25 2.25 0 0 0 18 20.25V3.75a2.25 2.25 0 0 0-2.25-2.25H13.5m-3 0V3h3V1.5m-3 0h3m-3 18.75h3" />
|
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
<div class="hidden sm:block">
|
|
||||||
<span class="tooltip-text">Devices</span>
|
|
||||||
</div>
|
|
||||||
</a>
|
|
||||||
<a href="#" class="tooltip rounded-full hidden lg:block" onclick="goToRandomNode()">
|
|
||||||
<div id="random-button" class="bg-gray-100 hover:bg-gray-200 p-2 rounded-full">
|
|
||||||
<svg class="w-6 h-6" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
|
||||||
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
|
||||||
<path d="M18 4l3 3l-3 3"></path>
|
|
||||||
<path d="M18 20l3 -3l-3 -3"></path>
|
|
||||||
<path d="M3 7h3a5 5 0 0 1 5 5a5 5 0 0 0 5 5h5"></path>
|
|
||||||
<path d="M21 7h-5a4.978 4.978 0 0 0 -3 1m-4 8a4.984 4.984 0 0 1 -3 1h-3"></path>
|
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
<div class="hidden sm:block">
|
|
||||||
<span class="tooltip-text">Random</span>
|
|
||||||
</div>
|
|
||||||
</a>
|
|
||||||
<a @click="isShowingSettings = true" href="javascript:void(0)" class="tooltip rounded-full">
|
<a @click="isShowingSettings = true" href="javascript:void(0)" class="tooltip rounded-full">
|
||||||
<div class="bg-gray-100 hover:bg-gray-200 p-2 rounded-full">
|
<div class="bg-gray-100 hover:bg-gray-200 p-2 rounded-full">
|
||||||
<svg class="w-6 h-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor">
|
<svg class="w-6 h-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue