{% extends "admin/base.html" %} {% block title %}Manage Server: {{ server.name }}{% endblock %} {% block header_title %}Manage Models on {{ server.name }}{% endblock %} {% block content %}
| Model Name | Size | Modified | Actions |
|---|---|---|---|
| {{ model.name }} | {% if model.size > 0 %}{{ (model.size / 1024**3) | round(2) }} GB{% else %}N/A{% endif %} | {{ model.modified_at[:19].replace('T', ' ') }} |
{% if server.server_type == 'ollama' %}
|
| No models found on this server. This might be because the server is offline or the initial model scan failed. Try refreshing from the main Server Management page. | |||