@ -2,7 +2,7 @@
|
||||
|
||||
{% block title %}{{ device.name }}{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
{% block content %}
|
||||
|
||||
<script>
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
{% block title %}Devices{% endblock %}
|
||||
{% block content_header_icon %}{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
{% block content %}
|
||||
|
||||
<input type="button" value="New Device" onclick="window.location='{% url 'ITAM:_device_add' %}';">
|
||||
<table class="data">
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
{% block title %}{{ operating_system.name }}{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
{% block content %}
|
||||
|
||||
<script>
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
{% block title %}Operating Systems{% endblock %}
|
||||
{% block content_header_icon %}{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
{% block content %}
|
||||
|
||||
<input type="button" value="New Operating System" onclick="window.location='{% url 'ITAM:_operating_system_add' %}';">
|
||||
<table class="data">
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
{% block title %}{{ software.name }}{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
{% block content %}
|
||||
|
||||
<script>
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
{% block title %}Software{% endblock %}
|
||||
{% block content_header_icon %}{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
{% block content %}
|
||||
|
||||
<input type="button" value="New Software" onclick="window.location='{% url 'ITAM:_software_add' %}';">
|
||||
<table class="data">
|
||||
|
Reference in New Issue
Block a user