mirror of
https://gitee.com/ThingsGateway/ThingsGateway.git
synced 2025-10-20 10:50:48 +08:00
10.10.19
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<PropertyGroup>
|
||||
<PluginVersion>10.10.18</PluginVersion>
|
||||
<ProPluginVersion>10.10.18</ProPluginVersion>
|
||||
<DefaultVersion>10.10.18</DefaultVersion>
|
||||
<DefaultVersion>10.10.19</DefaultVersion>
|
||||
<AuthenticationVersion>10.10.1</AuthenticationVersion>
|
||||
<SourceGeneratorVersion>10.10.1</SourceGeneratorVersion>
|
||||
<NET8Version>8.0.19</NET8Version>
|
||||
|
@@ -736,10 +736,10 @@ public abstract partial class CollectBase : DriverBase
|
||||
|
||||
protected override async Task DisposeAsync(bool disposing)
|
||||
{
|
||||
await base.DisposeAsync(disposing).ConfigureAwait(false);
|
||||
_linkedCtsCache?.SafeDispose();
|
||||
if (ReadWriteLock != null)
|
||||
await ReadWriteLock.SafeDisposeAsync().ConfigureAwait(false);
|
||||
await base.DisposeAsync(disposing).ConfigureAwait(false);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
@@ -58,7 +58,6 @@
|
||||
</Tooltip>
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@if (DeviceRuntime.IsCollect == false && AuthorizeButton("删除缓存"))
|
||||
{
|
||||
@@ -125,15 +124,7 @@
|
||||
<EditorItem Field=@context.SourceVariableCount FieldExpression=@(() => context.SourceVariableCount) />
|
||||
<EditorItem Field=@context.MethodVariableCount FieldExpression=@(() => context.MethodVariableCount) />
|
||||
}
|
||||
@*<EditorItem ComponentParameters=@(new Dictionary<string,object>(){
|
||||
["class"]="red--text",
|
||||
}
|
||||
|
||||
) Field=@context.LastErrorMessage FieldExpression=@(()=> context.LastErrorMessage ) Rows="1" ShowLabelTooltip="false">
|
||||
<EditTemplate Context="value">
|
||||
<Display Value=@value.LastErrorMessage ValueExpression=@(()=> context.LastErrorMessage ) ShowTooltip class="red--text" ShowLabel="true" />
|
||||
</EditTemplate>
|
||||
</EditorItem> *@
|
||||
<EditorItem Field=@context.LastErrorMessage FieldExpression=@(() => context.LastErrorMessage) ShowLabelTooltip="true">
|
||||
<EditTemplate Context="value">
|
||||
<div class="col-12">
|
||||
|
Reference in New Issue
Block a user