Skip to content

Commit

Permalink
Update Index.cshtml
Browse files Browse the repository at this point in the history
  • Loading branch information
bhdryrdm committed Nov 25, 2023
1 parent 5cbd8da commit 1043abe
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions AsgardProject/Views/Home/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -9,34 +9,40 @@
<tr>
<th scope="col">Name</th>
<th scope="col">Link</th>
<th scope="col">Login Information</th>
<th scope="col">User</th>
<th scope="col">Password</th>
</tr>
</thead>
<tbody>
<tr>
<td>Falco</td>
<td><a href="https://falco.bhdryrdm.com.tr" target="_blank">https://falco.bhdryrdm.com.tr</a></td>
<td>admin/admin</td>
<td>admin</td>
<td>admin</td>
</tr>
<tr>
<td>ArgoCD</td>
<td><a href="https://argocd.bhdryrdm.com.tr" target="_blank">https://argocd.bhdryrdm.com.tr</a></td>
<td>admin/hmeHIOXTsrpf4j4V</td>
<td>admin</td>
<td>hmeHIOXTsrpf4j4V</td>
</tr>
<tr>
<td>Uptime</td>
<td><a href="https://uptime.bhdryrdm.com.tr" target="_blank">https://uptime.bhdryrdm.com.tr</a></td>
<td>admin/123qwe</td>
<td>admin</td>
<td>123qwe</td>
</tr>
<tr>
<td>Netdata</td>
<td><a href="https://netdata.bhdryrdm.com.tr/netdata" target="_blank">https://netdata.bhdryrdm.com.tr/netdata</a></td>
<td>N/A</td>
<td>N/A</td>
</tr>
<tr>
<td>K8S Dashboard</td>
<td><a href="https://k8s.bhdryrdm.com.tr" target="_blank">https://k8s.bhdryrdm.com.tr</a></td>
<td>Contact Admin</td>
<td>Contact Admin</td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit 1043abe

Please sign in to comment.