diff --git a/web/FSI.BT.IR.Plc.Settings.Log/.config/dotnet-tools.json b/web/FSI.BT.IR.Plc.Settings.Log/.config/dotnet-tools.json new file mode 100644 index 0000000..40d4373 --- /dev/null +++ b/web/FSI.BT.IR.Plc.Settings.Log/.config/dotnet-tools.json @@ -0,0 +1,12 @@ +{ + "version": 1, + "isRoot": true, + "tools": { + "dotnet-ef": { + "version": "8.0.10", + "commands": [ + "dotnet-ef" + ] + } + } +} \ No newline at end of file diff --git a/web/FSI.BT.IR.Plc.Settings.Log/FSI.BT.IR.Plc.Settings.Log.csproj b/web/FSI.BT.IR.Plc.Settings.Log/FSI.BT.IR.Plc.Settings.Log.csproj index a368585..475f0de 100644 --- a/web/FSI.BT.IR.Plc.Settings.Log/FSI.BT.IR.Plc.Settings.Log.csproj +++ b/web/FSI.BT.IR.Plc.Settings.Log/FSI.BT.IR.Plc.Settings.Log.csproj @@ -28,8 +28,4 @@ - - - - diff --git a/web/FSI.BT.IR.Plc.Settings.Log/Views/Home/_ViewAll.cshtml b/web/FSI.BT.IR.Plc.Settings.Log/Views/Home/_ViewAll.cshtml index 1d72ea9..30afce4 100644 --- a/web/FSI.BT.IR.Plc.Settings.Log/Views/Home/_ViewAll.cshtml +++ b/web/FSI.BT.IR.Plc.Settings.Log/Views/Home/_ViewAll.cshtml @@ -54,6 +54,7 @@ $(document).ready(function () { $("#dtMain").DataTable({ dom: "Blfrtip", + pageLength: 25, buttons: [ { text: " Neu", diff --git a/web/FSI.BT.IR.Plc.Settings.Log/Views/Organization/_ViewAll.cshtml b/web/FSI.BT.IR.Plc.Settings.Log/Views/Organization/_ViewAll.cshtml index e1a4402..017eae3 100644 --- a/web/FSI.BT.IR.Plc.Settings.Log/Views/Organization/_ViewAll.cshtml +++ b/web/FSI.BT.IR.Plc.Settings.Log/Views/Organization/_ViewAll.cshtml @@ -80,6 +80,7 @@ $(document).ready(function () { $("#dtMain").DataTable({ dom: "Blfrtip", + pageLength: 25, buttons: [ { text: " Neu", diff --git a/web/FSI.BT.IR.Plc.Settings.Log/Views/Parameter/_ViewAll.cshtml b/web/FSI.BT.IR.Plc.Settings.Log/Views/Parameter/_ViewAll.cshtml index bfe6a48..21b4a43 100644 --- a/web/FSI.BT.IR.Plc.Settings.Log/Views/Parameter/_ViewAll.cshtml +++ b/web/FSI.BT.IR.Plc.Settings.Log/Views/Parameter/_ViewAll.cshtml @@ -99,6 +99,7 @@ $(document).ready(function () { $("#dtMain").DataTable({ dom: "Blfrtip", + pageLength: 25, buttons: [ { text: " Neu", diff --git a/web/FSI.BT.IR.Plc.Settings.Log/Views/Plc/_ViewAll.cshtml b/web/FSI.BT.IR.Plc.Settings.Log/Views/Plc/_ViewAll.cshtml index cdc211a..87e0575 100644 --- a/web/FSI.BT.IR.Plc.Settings.Log/Views/Plc/_ViewAll.cshtml +++ b/web/FSI.BT.IR.Plc.Settings.Log/Views/Plc/_ViewAll.cshtml @@ -82,6 +82,7 @@ $(document).ready(function () { $("#dtMain").DataTable({ dom: "Blfrtip", + pageLength: 25, buttons: [ { text: " Neu", diff --git a/web/FSI.BT.IR.Plc.Settings.Log/Views/Shared/_Layout.cshtml b/web/FSI.BT.IR.Plc.Settings.Log/Views/Shared/_Layout.cshtml index 0480876..c003e6d 100644 --- a/web/FSI.BT.IR.Plc.Settings.Log/Views/Shared/_Layout.cshtml +++ b/web/FSI.BT.IR.Plc.Settings.Log/Views/Shared/_Layout.cshtml @@ -1,25 +1,27 @@  - + - @ViewData["Title"] - FSI.BT.IR.Plc.Settings.Log + FSI - @ViewData["Title"] + + - +
@@ -66,11 +69,40 @@ +
+ +
+ + + + diff --git a/web/FSI.BT.IR.Plc.Settings.Log/libman.json b/web/FSI.BT.IR.Plc.Settings.Log/libman.json index 7b35d60..eca0d99 100644 --- a/web/FSI.BT.IR.Plc.Settings.Log/libman.json +++ b/web/FSI.BT.IR.Plc.Settings.Log/libman.json @@ -9,6 +9,14 @@ { "library": "bootstrap-icons@1.11.3", "destination": "wwwroot/lib/bootstrap/bootstrap-icons/" + }, + { + "library": "font-awesome@6.6.0", + "destination": "wwwroot/lib/font-awesome/" + }, + { + "library": "bootstrap-dark-mode@1.0.2", + "destination": "wwwroot/lib/bootstrap-dark-mode/" } ] } \ No newline at end of file diff --git a/web/FSI.BT.IR.Plc.Settings.Log/wwwroot/js/site.js b/web/FSI.BT.IR.Plc.Settings.Log/wwwroot/js/site.js index d5ce8ba..2181f41 100644 --- a/web/FSI.BT.IR.Plc.Settings.Log/wwwroot/js/site.js +++ b/web/FSI.BT.IR.Plc.Settings.Log/wwwroot/js/site.js @@ -33,7 +33,6 @@ jQueryAjaxPost = form => { processData: false, success: function (res) { if (res.isValid) { - $("#form-modal .modal-body").html(''); $("#form-modal .modal-title").html(''); $("#form-modal").modal("hide"); diff --git a/web/FSI.BT.IR.Plc.Settings.Log/wwwroot/logo.png b/web/FSI.BT.IR.Plc.Settings.Log/wwwroot/logo.png new file mode 100644 index 0000000..430c382 Binary files /dev/null and b/web/FSI.BT.IR.Plc.Settings.Log/wwwroot/logo.png differ diff --git a/web/FSI.BT.IR.Plc.Settings.Log/wwwroot/logo_klein.ico b/web/FSI.BT.IR.Plc.Settings.Log/wwwroot/logo_klein.ico new file mode 100644 index 0000000..3e0c4cd Binary files /dev/null and b/web/FSI.BT.IR.Plc.Settings.Log/wwwroot/logo_klein.ico differ diff --git a/web/FSI.BT.IR.Plc.Settings.Log/wwwroot/logo_klein.png b/web/FSI.BT.IR.Plc.Settings.Log/wwwroot/logo_klein.png new file mode 100644 index 0000000..94f7670 Binary files /dev/null and b/web/FSI.BT.IR.Plc.Settings.Log/wwwroot/logo_klein.png differ