mirror of
https://github.com/pi-hole/web.git
synced 2025-12-20 02:38:28 +00:00
Add button classes to nav-pills elements
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
This commit is contained in:
@@ -315,7 +315,7 @@ function createDynamicConfigTabs() {
|
|||||||
// Dynamically create the settings menu
|
// Dynamically create the settings menu
|
||||||
$("#advanced-settings-menu ul").append(`
|
$("#advanced-settings-menu ul").append(`
|
||||||
<li role="presentation">
|
<li role="presentation">
|
||||||
<a href="#advanced-content-${topic.name}" aria-controls="advanced-content-${topic.name}" role="pill" data-toggle="pill">${topic.description.replace(" settings", "")}</a>
|
<a href="#advanced-content-${topic.name}" class="btn btn-default" aria-controls="advanced-content-${topic.name}" role="pill" data-toggle="pill">${topic.description.replace(" settings", "")}</a>
|
||||||
</li>
|
</li>
|
||||||
`);
|
`);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user