-
-
-
- @if (allocation.IpAddress == "0.0.0.0")
- {
- @Server.Node.Fqdn
- }
- else
- {
- @allocation.IpAddress
- }
-
-
-
-
- @if (allocation.IpAddress != "0.0.0.0" || IsIpAddress(Server.Node.Fqdn))
- {
-
- -
-
- }
- else
- {
- //TODO: Resolve domains addresses here
-
- 188.75.252.37
-
- }
-
-
-
-
- @allocation.Port
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+@foreach (var allocation in Server.Allocations)
+{
+
+
+
+
+ @if (allocation.IpAddress == "0.0.0.0")
+ {
+ @Server.Node.Fqdn
+ }
+ else
+ {
+ @allocation.IpAddress
+ }
+
+ @if (allocation.IpAddress != "0.0.0.0" || IsIpAddress(Server.Node.Fqdn))
+ {
+
+ -
+
+ }
+ else
+ {
+ //TODO: Resolve domains addresses here
+
+ 188.75.252.37
+
+ }
+
+
+
+
+
+
+
+
- }
-
+