Skip to content

Commit

Permalink
update header buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
molotgor committed Jan 14, 2025
1 parent 47795e4 commit 9a3a76e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/JSONViewer/JSONPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,15 @@ const JSONPanel = ({ type }: { type: PanelType }) => {
onClick={() =>
JSONViewerStore.setIsModalOpen(!JSONViewerStore.isModalOpen[type], 'notebooks', type)
}>
Load Executable(s) From Server
Load Notebook(s)
</button>
<button
className='load-JSON-button'
title='Load Result(s) From Server'
onClick={() =>
JSONViewerStore.setIsModalOpen(!JSONViewerStore.isModalOpen[type], 'results', type)
}>
Load Result(s) From Server
Load Server Result(s)
</button>
<button
className='load-JSON-button'
Expand Down
2 changes: 1 addition & 1 deletion src/styles/JSONviewer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@
padding: 5px;
font-size: 12px;
font-weight: bold;
height: 60px;
height: 45px;
}

.JSON-input{
Expand Down

0 comments on commit 9a3a76e

Please sign in to comment.