summaryrefslogtreecommitdiffstats
path: root/modules-available/systemstatus/templates/ajax-journal.html
blob: 5b476d9c0c99436ad1ad0d263c1d53d15e28b239 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<form method="post" action="?do=systemstatus">
	<input type="hidden" name="token" value="{{token}}">
	<input type="hidden" name="action" value="service-restart">
	{{#modules}}
	<div class="slx-space">
		<div class="pull-right">
			<button class="btn btn-warning btn-sm pull-right" name="service" value="{{service}}"
					  data-confirm="#confirm-restart" {{restart_disabled}}>
				<span class="glyphicon glyphicon-refresh"></span>
				{{lang_restart}}
			</button>
		</div>
		<h4>{{name}}</h4>
		<div data-tm-id="{{task.id}}" data-tm-log="messages">{{service}}</div>
	</div>
	{{/modules}}
</form>
<script>
	tmInit();
</script>