Remove more table actions dropdown

Add spatial index action icons
This commit is contained in:
2025-04-21 00:26:28 -07:00
parent 083031170c
commit fa1b8d5c94
7 changed files with 66 additions and 257 deletions

View File

@@ -43,6 +43,12 @@ a:active {
color: #0000FF;
}
a.disabled {
cursor: default;
opacity: 0.5;
filter: grayscale(1);
}
ul {
margin:0;
}