ID | {{ computing.id }} |
Name | {{ computing.name }} |
Type | {{ computing.type }} |
Owner | {% if computing.user %}{{ computing.user }}{% else %}platform{% endif %} |
Sys Conf | {{ computing.sys_conf_data_json }} {% if request.user.is_superuser %} [Edit] {% endif %} |
User Conf | {{ computing.user_conf_data_json }} [Edit] |
Operations | Delete |