Replace details view toggle with a button

This commit is contained in:
Cohee
2024-09-08 01:19:52 +03:00
parent 7952b5f2c9
commit 38751d4fe2
4 changed files with 37 additions and 41 deletions

View File

@@ -7,16 +7,11 @@
</div>
<div class="flex-container">
<select class="text_pole flex1" id="connection_profiles"></select>
<i id="view_connection_profile" class="menu_button fa-solid fa-info-circle" title="View connection profile details" data-i18n="[title]View connection profile details"></i>
<i id="create_connection_profile" class="menu_button fa-solid fa-file-circle-plus" title="Create a new connection profile" data-i18n="[title]Create a new connection profile"></i>
<i id="update_connection_profile" class="menu_button fa-solid fa-save" title="Update a connection profile" data-i18n="[title]Update a connection profile"></i>
<i id="reload_connection_profile" class="menu_button fa-solid fa-recycle" title="Reload a connection profile" data-i18n="[title]Reload a connection profile"></i>
<i id="delete_connection_profile" class="menu_button fa-solid fa-trash-can" title="Delete a connection profile" data-i18n="[title]Delete a connection profile"></i>
</div>
<details id="connection_profile_details" class="marginBot10">
<summary>
<span data-i18n="Profile Details">Profile Details</span>
<i id="connection_profile_spinner" class="fa-solid fa-spinner fa-spin hidden"></i>
</summary>
<div id="connection_profile_details_content" class="marginTop5"></div>
</details>
<div id="connection_profile_details_content" class="hidden"></div>
</div>