{% extends "base.html" %} {% load crispy_forms_tags %} {% block title %}{{ linode.label }}{% endblock title %} {% block subtitle %}View the server information.{% endblock subtitle %} {% block content %}
ID | {{ server.uid }} |
---|---|
Label | {{ linode.label }} |
Type | {{ linode.type.label }}: ${{ linode.type.price.monthly }}0/mo |
Operating System | {{ linode.image.label }} |
IP Address |
{{ linode.ipv4.0 }} |
Root Password |
{{ server.root_password }} |
Status | {{ linode.status }} {{ linode.region.id }} |
Services | {{ line|urlize }} |
---|