mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Clarify what introduced means when creating a machine. Fixes #25
This commit is contained in:
@@ -112,7 +112,7 @@
|
||||
@if (_editing || _model.Introduced.HasValue)
|
||||
{
|
||||
<Field>
|
||||
<FieldLabel>@L["Introduced"]</FieldLabel>
|
||||
<FieldLabel>@L["Introduced (public release)"]</FieldLabel>
|
||||
@if (_editing)
|
||||
{
|
||||
<Check TValue="bool" Disabled="_prototype" @bind-Checked="@_unknownIntroduced">@L["Unknown (introduction date)"]</Check>
|
||||
|
||||
@@ -734,4 +734,7 @@
|
||||
<value>¿Estás seguro de eliminar la pantalla seleccionada de esta máquina?</value>
|
||||
<comment>Are you sure you want to delete the selected screen from this machine?</comment>
|
||||
</data>
|
||||
<data name="Introduced (public release)" xml:space="preserve">
|
||||
<value>Introducida públicamente en</value>
|
||||
</data>
|
||||
</root>
|
||||
@@ -1,4 +1,7 @@
|
||||
{
|
||||
"ConnectionStrings": {
|
||||
"DefaultConnection": "server=zeus.claunia.com;port=3306;user=marechai;password=marechaipass;database=marechai;TreatTinyAsBoolean=false"
|
||||
},
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
|
||||
Reference in New Issue
Block a user