mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 15:34:13 +00:00 
			
		
		
		
	🎨
This commit is contained in:
		
							parent
							
								
									ca75afe065
								
							
						
					
					
						commit
						38e6f3f776
					
				
					 2 changed files with 21 additions and 23 deletions
				
			
		| 
						 | 
					@ -3,7 +3,7 @@
 | 
				
			||||||
	<MkStickyContainer>
 | 
						<MkStickyContainer>
 | 
				
			||||||
		<template #header><XHeader :actions="headerActions"/></template>
 | 
							<template #header><XHeader :actions="headerActions"/></template>
 | 
				
			||||||
		<MkSpacer :contentMax="900">
 | 
							<MkSpacer :contentMax="900">
 | 
				
			||||||
			<div>
 | 
								<div class="_gaps">
 | 
				
			||||||
				<div>
 | 
									<div>
 | 
				
			||||||
					<MkInput v-model="host" :debounce="true" class="">
 | 
										<MkInput v-model="host" :debounce="true" class="">
 | 
				
			||||||
						<template #prefix><i class="ti ti-search"></i></template>
 | 
											<template #prefix><i class="ti ti-search"></i></template>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -3,29 +3,27 @@
 | 
				
			||||||
	<MkStickyContainer>
 | 
						<MkStickyContainer>
 | 
				
			||||||
		<template #header><XHeader :actions="headerActions"/></template>
 | 
							<template #header><XHeader :actions="headerActions"/></template>
 | 
				
			||||||
		<MkSpacer :contentMax="900">
 | 
							<MkSpacer :contentMax="900">
 | 
				
			||||||
			<div>
 | 
								<div class="_gaps">
 | 
				
			||||||
				<div>
 | 
									<div class="inputs" style="display: flex; gap: var(--margin); flex-wrap: wrap;">
 | 
				
			||||||
					<div class="inputs" style="display: flex; gap: var(--margin); flex-wrap: wrap;">
 | 
										<MkSelect v-model="origin" style="margin: 0; flex: 1;">
 | 
				
			||||||
						<MkSelect v-model="origin" style="margin: 0; flex: 1;">
 | 
											<template #label>{{ i18n.ts.instance }}</template>
 | 
				
			||||||
							<template #label>{{ i18n.ts.instance }}</template>
 | 
											<option value="combined">{{ i18n.ts.all }}</option>
 | 
				
			||||||
							<option value="combined">{{ i18n.ts.all }}</option>
 | 
											<option value="local">{{ i18n.ts.local }}</option>
 | 
				
			||||||
							<option value="local">{{ i18n.ts.local }}</option>
 | 
											<option value="remote">{{ i18n.ts.remote }}</option>
 | 
				
			||||||
							<option value="remote">{{ i18n.ts.remote }}</option>
 | 
										</MkSelect>
 | 
				
			||||||
						</MkSelect>
 | 
										<MkInput v-model="searchHost" :debounce="true" type="search" style="margin: 0; flex: 1;" :disabled="pagination.params.origin === 'local'">
 | 
				
			||||||
						<MkInput v-model="searchHost" :debounce="true" type="search" style="margin: 0; flex: 1;" :disabled="pagination.params.origin === 'local'">
 | 
											<template #label>{{ i18n.ts.host }}</template>
 | 
				
			||||||
							<template #label>{{ i18n.ts.host }}</template>
 | 
										</MkInput>
 | 
				
			||||||
						</MkInput>
 | 
					 | 
				
			||||||
					</div>
 | 
					 | 
				
			||||||
					<div class="inputs" style="display: flex; gap: var(--margin); flex-wrap: wrap; padding-top: 1.2em;">
 | 
					 | 
				
			||||||
						<MkInput v-model="userId" :debounce="true" type="search" style="margin: 0; flex: 1;">
 | 
					 | 
				
			||||||
							<template #label>User ID</template>
 | 
					 | 
				
			||||||
						</MkInput>
 | 
					 | 
				
			||||||
						<MkInput v-model="type" :debounce="true" type="search" style="margin: 0; flex: 1;">
 | 
					 | 
				
			||||||
							<template #label>MIME type</template>
 | 
					 | 
				
			||||||
						</MkInput>
 | 
					 | 
				
			||||||
					</div>
 | 
					 | 
				
			||||||
					<MkFileListForAdmin :pagination="pagination" :viewMode="viewMode"/>
 | 
					 | 
				
			||||||
				</div>
 | 
									</div>
 | 
				
			||||||
 | 
									<div class="inputs" style="display: flex; gap: var(--margin); flex-wrap: wrap;">
 | 
				
			||||||
 | 
										<MkInput v-model="userId" :debounce="true" type="search" style="margin: 0; flex: 1;">
 | 
				
			||||||
 | 
											<template #label>User ID</template>
 | 
				
			||||||
 | 
										</MkInput>
 | 
				
			||||||
 | 
										<MkInput v-model="type" :debounce="true" type="search" style="margin: 0; flex: 1;">
 | 
				
			||||||
 | 
											<template #label>MIME type</template>
 | 
				
			||||||
 | 
										</MkInput>
 | 
				
			||||||
 | 
									</div>
 | 
				
			||||||
 | 
									<MkFileListForAdmin :pagination="pagination" :viewMode="viewMode"/>
 | 
				
			||||||
			</div>
 | 
								</div>
 | 
				
			||||||
		</MkSpacer>
 | 
							</MkSpacer>
 | 
				
			||||||
	</MkStickyContainer>
 | 
						</MkStickyContainer>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue