Added First version of Process Manager in Client App
Added Javascript TestPage in wwwroot
This commit is contained in:
@@ -6,9 +6,27 @@
|
||||
<Connection>
|
||||
<Url>http://localhost:9000/index.html</Url>
|
||||
<Id>1</Id>
|
||||
<DeleteCahceFolderOnStartup>false</DeleteCahceFolderOnStartup>
|
||||
</Connection>
|
||||
<VendorHmi>
|
||||
<Enabled>true</Enabled>
|
||||
<Enabled>false</Enabled>
|
||||
<Type>1</Type>
|
||||
</VendorHmi>
|
||||
<ExtSoftware>
|
||||
<Software>
|
||||
<LongName>Calculator</LongName>
|
||||
<ShortName>CAL</ShortName>
|
||||
<Path>C:\Windows\System32\calc.exe</Path>
|
||||
</Software>
|
||||
<Software>
|
||||
<LongName>NotePad</LongName>
|
||||
<ShortName>NP</ShortName>
|
||||
<Path>C:\Windows\System32\notepad.exe</Path>
|
||||
</Software>
|
||||
<Software>
|
||||
<LongName>MsPaint</LongName>
|
||||
<ShortName>PA</ShortName>
|
||||
<Path>C:\Windows\System32\mspaint.exe</Path>
|
||||
</Software>
|
||||
</ExtSoftware>
|
||||
</Config>
|
||||
Reference in New Issue
Block a user