Update VeragProgAllgemein; Feature: RDP direkt starten;
This commit is contained in:
@@ -24,6 +24,7 @@ Public Class cHost
|
||||
Property Firewall As Boolean = False
|
||||
Property TeamviewerID As String = ""
|
||||
Property TeamviewerKennwort As String = ""
|
||||
Property SSHPort As Decimal = 22
|
||||
|
||||
|
||||
|
||||
@@ -54,6 +55,7 @@ Public Class cHost
|
||||
list.Add(New SQLVariable("Firewall", Firewall))
|
||||
list.Add(New SQLVariable("TeamviewerID", TeamviewerID))
|
||||
list.Add(New SQLVariable("TeamviewerKennwort", TeamviewerKennwort))
|
||||
list.Add(New SQLVariable("SSHPort", SSHPort))
|
||||
Return list
|
||||
|
||||
End Function
|
||||
@@ -83,6 +85,7 @@ Public Class cHost
|
||||
list.Add(New SQLVariable("Firewall", Firewall))
|
||||
list.Add(New SQLVariable("TeamviewerID", TeamviewerID))
|
||||
list.Add(New SQLVariable("TeamviewerKennwort", TeamviewerKennwort))
|
||||
list.Add(New SQLVariable("SSHPort", SSHPort))
|
||||
Return list
|
||||
|
||||
End Function
|
||||
@@ -111,6 +114,7 @@ Public Class cHost
|
||||
Me.Firewall = False
|
||||
Me.TeamviewerID = ""
|
||||
Me.TeamviewerKennwort = ""
|
||||
Me.SSHPort = 22
|
||||
End Function
|
||||
|
||||
Public Shared Function getHostsEntrys(ByRef ds As DataSet, ByVal HostIP As String)
|
||||
@@ -297,6 +301,7 @@ Diese Einträge werden ebenfalls gelöscht. Fortfahren?", "Hosteintrag löschen"
|
||||
newhost.Standort = Me.Standort
|
||||
newhost.DHCP = Me.DHCP
|
||||
newhost.Firewall = Me.Firewall
|
||||
newhost.SSHPort = Me.SSHPort
|
||||
|
||||
Dim update, where As String
|
||||
getUpdateCmd(update, where, "", "", newhost.Linked, newhost)
|
||||
|
||||
Reference in New Issue
Block a user