41 | {{ error }} 42 |
43 |54 | Are you sure you want to remove the server? All of your data will be permanently removed. This action cannot be undone. 55 |
56 |40 | {{ error }} 41 |
42 |27 | This is a short overview how to use this application, if you encounter any issues or problems feel free to create a Github issue. 28 |
29 |46 | When searching for specific values, use the input field on the page header. 47 |
48 |66 | Use tags to group hosts, you can also filter for the tag by clicking on it. 67 | Click again to remove the filter. 68 |
69 |
87 | The application will perform a ping check in the background.
88 | If the host is up, the icon on the left will turn green, or red, if the host is down.
89 | Please keep in mind, that the hostname will be used for a ping check, not the IP(s)!
90 |
38 | Oh snap, no results! 39 | 40 | Please add a host or try a different search term. 41 | 42 |
43 |52 | Name {{ displaySortDirection }} 53 | | 54 |55 | Tags 56 | | 57 |58 | Resources 59 | | 60 |61 | Location {{ displaySortDirection }} 62 | | 63 |64 | Provider {{ displaySortDirection }} 65 | | 66 |67 | IPs 68 | | 69 |70 | Type {{ displaySortDirection }} 71 | | 72 |73 | OS {{ displaySortDirection }} 74 | | 75 |76 | {{ currency }}/{{ billingTerm }} {{ displaySortDirection }} 77 | | 78 |79 | Edit 80 | | 81 |
---|---|---|---|---|---|---|---|---|---|
86 |
87 |
110 |
88 |
89 |
90 |
91 |
92 |
93 |
94 |
95 |
96 |
97 |
98 |
99 |
100 |
101 |
102 |
109 |
103 | {{ host.name }}
104 |
105 |
106 | {{ host.hostname }}
107 |
108 | |
111 |
112 |
113 |
116 |
120 |
117 | none
118 |
119 | |
121 |
122 | {{ orDefault(host.ressources) }}
123 | |
124 |
125 | {{ orDefault(host.location) }}
126 | |
127 |
128 |
129 | {{ orDefault(host.provider) }}
130 | |
131 |
132 |
133 |
134 | {{ orDefault(ip.asn) }}{{ orDefault(ip.ip) }}
135 |
136 | |
137 |
138 | {{ orDefault(host.type) }}
139 | |
140 |
141 |
142 | {{ orDefault(host.os) }}
143 | |
144 |
145 |
146 | {{ host.price }}{{ currency }}
147 | -
148 | |
149 | 150 | 155 | 160 | | 161 |