Skip to content

Commit

Permalink
Adding label to Results Table Div, Inspector panel Div, Refresh butto…
Browse files Browse the repository at this point in the history
…n model .... (#6316)

* Adding label to bottom div

* Inspector Panel
  • Loading branch information
royendo authored Dec 20, 2024
1 parent 774395f commit 440db0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions web-common/src/layout/workspace/Inspector.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
class="inspector-wrapper"
style:width="{width + 8}px"
transition:slide={{ axis: "x", duration: 500 }}
aria-label="Inspector Panel"
>
<Resizer
disabled={!resizable}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
class="w-full relative flex flex-none flex-col"
style:height="{$tableHeight}px"
style:max-height="75%"
aria-label="Results Preview Table"
>
<Resizer
absolute={false}
Expand Down

1 comment on commit 440db0e

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.