summaryrefslogtreecommitdiffstats
path: root/modules-available/systemstatus/templates/ajax-journal.html
blob: 0405fe9365cd84f0f6f533541fbb42000eeb55be (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<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">
				<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>