summaryrefslogblamecommitdiffstats
path: root/modules-available/minilinux/templates/sources.html
blob: f2e547457f7202a5108b256e1273505000d235ab (plain) (tree)









































                                                                                                                                                    
<div class="panel panel-default">
	<div class="panel-heading">
		{{lang_sources}}
	</div>
	<table class="table table-condensed">
		<thead>
		<tr>
			<th>{{lang_id}}</th>
			<th>{{lang_title}}</th>
			<th>{{lang_url}}</th>
			<th>{{lang_lastUpdate}}</th>
			<th>{{lang_key}}</th>
		</tr>
		</thead>
		<tbody>
		{{#list}}
		<tr>
			<td class="small">{{sourceid}}</td>
			<td>{{title}}</td>
			<td class="small">{{url}}</td>
			<td class="{{update_class}}">{{lastupdate_s}}</td>
			<td class="text-center">
				<button type="button" class="btn btn-default btn-xs" data-confirm="#confirm-{{source}}" data-close="{{lang_close}}">
					<span class="glyphicon glyphicon-eye-open"></span>
				</button>
				<pre id="confirm-{{source}}" class="hidden">{{pubkey}}</pre>
			</td>
		</tr>
		{{/list}}
		</tbody>
	</table>
	<div class="panel-body text-right">
		<form method="post" action="?do=minilinux">
			<input type="hidden" name="token" value="{{token}}">
			<button type="submit" name="show" value="updatesources" class="btn btn-default"
					  onclick="$(this).find('.glyphicon').addClass('slx-rotation')" {{^show_refresh}}disabled{{/show_refresh}}>
				<span class="glyphicon glyphicon-refresh"></span>
				{{lang_updateSourcesButton}}
			</button>
		</form>
	</div>
</div>
>1-1/+1 | | * s390/vmlinux.lds: Move JUMP_TABLE_DATA into output sectionArd Biesheuvel2018-10-021-1/+1 | | * s390/jump_label: Switch to relative referencesHeiko Carstens2018-09-273-29/+23Star | | * jump_table: Move entries into ro_after_init regionArd Biesheuvel2018-09-273-4/+17 | | * jump_label: Annotate entries that operate on __init code earlierArd Biesheuvel2018-09-273-42/+18Star | | * x86/jump_table: Use relative referencesArd Biesheuvel2018-09-273-18/+11Star | | * x86/jump_label: Switch to jump_entry accessorsArd Biesheuvel2018-09-271-37/+25Star | | * x86: Add support for 64-bit place relative relocationsArd Biesheuvel2018-09-274-4/+18 | | * arm64/kernel: jump_label: Switch to relative referencesArd Biesheuvel2018-09-273-23/+22Star | | * jump_label: Implement generic support for relative referencesArd Biesheuvel2018-09-273-1/+52 | | * jump_label: Abstract jump_entry member accessorsArd Biesheuvel2018-09-272-25/+49 | * | Merge branch 'x86/core' into x86/build, to avoid conflictsIngo Molnar2018-10-0542-246/+475 | |\ \ | | * \ Merge branch 'linus' into x86/core, to pick up fixesIngo Molnar2018-10-04