mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-08-20 13:52:56 +00:00
Renamed variable
This commit is contained in:
parent
2f47cc69a7
commit
8bec202278
@ -58,10 +58,10 @@ public partial class About : MSGComponentBase
|
|||||||
|
|
||||||
private GetLogPathsResponse logPaths;
|
private GetLogPathsResponse logPaths;
|
||||||
|
|
||||||
private bool showConfigDetails = false;
|
private bool showEnterpriseConfigDetails = false;
|
||||||
|
|
||||||
private IPluginMetadata? configPlug = PluginFactory.AvailablePlugins.FirstOrDefault(x => x.Type is PluginType.CONFIGURATION);
|
private IPluginMetadata? configPlug = PluginFactory.AvailablePlugins.FirstOrDefault(x => x.Type is PluginType.CONFIGURATION);
|
||||||
|
|
||||||
private EnterpriseEnvironment currentEnvironment = EnterpriseEnvironmentService.CURRENT_ENVIRONMENT;
|
private EnterpriseEnvironment currentEnvironment = EnterpriseEnvironmentService.CURRENT_ENVIRONMENT;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@ -156,8 +156,8 @@ public partial class About : MSGComponentBase
|
|||||||
// can configPlug and currentEnvironment change?
|
// can configPlug and currentEnvironment change?
|
||||||
this.configPlug = PluginFactory.AvailablePlugins.FirstOrDefault(x => x.Type is PluginType.CONFIGURATION);
|
this.configPlug = PluginFactory.AvailablePlugins.FirstOrDefault(x => x.Type is PluginType.CONFIGURATION);
|
||||||
this.currentEnvironment = EnterpriseEnvironmentService.CURRENT_ENVIRONMENT;
|
this.currentEnvironment = EnterpriseEnvironmentService.CURRENT_ENVIRONMENT;
|
||||||
|
|
||||||
this.showConfigDetails = !this.showConfigDetails;
|
this.showEnterpriseConfigDetails = !this.showEnterpriseConfigDetails;
|
||||||
}
|
}
|
||||||
|
|
||||||
private async Task CopyStartupLogPath()
|
private async Task CopyStartupLogPath()
|
||||||
|
Loading…
Reference in New Issue
Block a user