Disable settings completely, BF2042 is default game.
This commit is contained in:
6
.idea/jsLibraryMappings.xml
generated
Normal file
6
.idea/jsLibraryMappings.xml
generated
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="JavaScriptLibraryMappings">
|
||||
<includedPredefinedLibrary name="Node.js Core" />
|
||||
</component>
|
||||
</project>
|
||||
@@ -6,9 +6,11 @@
|
||||
<a class="btn btn-lg btn-outline-secondary text-secondary-emphasis me-2" href="/logout">
|
||||
<i class="bi bi-door-closed" data-bs-toggle="tooltip" data-bs-title="Abmelden"></i>
|
||||
</a>
|
||||
<!--
|
||||
<button class="btn btn-lg btn-outline-secondary text-secondary-emphasis me-2" data-bs-toggle="modal" data-bs-target="#settingsModal">
|
||||
<i class="bi bi-gear-fill" data-bs-toggle="tooltip" data-bs-title="Einstellungen"></i>
|
||||
</button>
|
||||
-->
|
||||
{{ if (eq .UserRole "ADMIN") }}
|
||||
<div class="dropdown">
|
||||
<button class="btn btn-lg btn-outline-secondary text-secondary-emphasis dropdown-toggle" type="button" data-bs-toggle="dropdown">
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
{{ template "edit_player" . }}
|
||||
{{ end}}
|
||||
|
||||
{{ template "settings" . }}
|
||||
{{/* template "settings" . */}}
|
||||
|
||||
{{template "full_calc" .}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user