fix #7217: position of refresh button #7244
Closed
+5
−2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What Changes You do and Why?
I changed the
RefreshButton.vue
file, added arefreshbutton
class and gave a margin of10px
so that it looks good.Earlier the buttons look like this:
![Screenshot 2025-02-07 at 5 28 26 PM](https://private-user-images.githubusercontent.com/88569706/410901946-5c2b788a-44b1-4d2d-80c0-a969e415d9d7.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNzk2MTAsIm5iZiI6MTczOTI3OTMxMCwicGF0aCI6Ii84ODU2OTcwNi80MTA5MDE5NDYtNWMyYjc4OGEtNDRiMS00ZDJkLTgwYzAtYTk2OWU0MTVkOWQ3LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDEzMDgzMFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTkyMjFiNGQzM2ZkNWM1ZGY5NGY0ZGZhNDRjYjBmZDVkYmRjYzMwMTgxY2UzMTA1MDExYWJiN2NiZmVjNTUyOWYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.P6AwK219IahiKldtsy8TVl0xRrzo9wjNiyCy9eRWKdU)
After modification, it looks something like this:
![Screenshot 2025-02-07 at 5 22 20 PM](https://private-user-images.githubusercontent.com/88569706/410903001-9b4dba36-39f3-4cd9-9b96-243ac2a25d78.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNzk2MTAsIm5iZiI6MTczOTI3OTMxMCwicGF0aCI6Ii84ODU2OTcwNi80MTA5MDMwMDEtOWI0ZGJhMzYtMzlmMy00Y2Q5LTliOTYtMjQzYWMyYTI1ZDc4LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDEzMDgzMFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTExZDgxMTA4MDllZWNlOWUxMjQ0ODg2NTM1Nzc0Yjc4MDQ1M2IzODQ3OGFjYzlmMmMwMjU2YjIyNTIwNTc4NDcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.4RwjgHgNPrkDRsfQh1p4DDCO85GhEKxpUNXoXuw2hLw)
I think we should have some gap between the buttons because the screenshot shared by @Nico-Kestra was of the table with search filter but in trigger table, we have separate columns, so it would look weird if we join the two buttons.
It closes #7217 issue
if you desire to change the gap between button, add the following in the
style block
ofRefreshButton.vue
file: