mirror of
https://github.com/45Drives/cockpit-navigator.git
synced 2025-07-29 16:45:13 +02:00
set cursor to waiting while processing
This commit is contained in:
parent
3f3e5b1da8
commit
7d2d61540b
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="h-full" @keydown="keyHandler($event)" tabindex="-1">
|
||||
<div class="h-full" @keydown="keyHandler($event)" tabindex="-1" :class="{'!cursor-wait': processing}">
|
||||
<DragSelectArea class="h-full" @selectRectangle="selectRectangle" @mouseup.exact="deselectAll()">
|
||||
<Table v-if="settings.directoryView?.view === 'list'" emptyText="No entries." noHeader stickyHeaders
|
||||
noShrink noShrinkHeight="h-full">
|
||||
|
Loading…
x
Reference in New Issue
Block a user