🎨
This commit is contained in:
		
							parent
							
								
									aba85b977d
								
							
						
					
					
						commit
						7f6a3ec828
					
				
					 1 changed files with 4 additions and 3 deletions
				
			
		| 
						 | 
					@ -40,10 +40,11 @@
 | 
				
			||||||
					<span>{{ $t('latest-request-received-at') }}</span>
 | 
										<span>{{ $t('latest-request-received-at') }}</span>
 | 
				
			||||||
				</ui-input>
 | 
									</ui-input>
 | 
				
			||||||
				<ui-switch v-model="instance.isBlocked" @change="updateInstance()">{{ $t('block') }}</ui-switch>
 | 
									<ui-switch v-model="instance.isBlocked" @change="updateInstance()">{{ $t('block') }}</ui-switch>
 | 
				
			||||||
				<section>
 | 
									<details>
 | 
				
			||||||
					<ui-button @click="removeAllFollowing()"><fa :icon="faMinusCircle"/> {{ $t('remove-all-following') }}</ui-button>
 | 
										<summary>{{ $t('remove-all-following') }}</summary>
 | 
				
			||||||
 | 
										<ui-button @click="removeAllFollowing()" style="margin-top: 16px;"><fa :icon="faMinusCircle"/> {{ $t('remove-all-following') }}</ui-button>
 | 
				
			||||||
					<ui-info warn>{{ $t('remove-all-following-info', { host: instance.host }) }}</ui-info>
 | 
										<ui-info warn>{{ $t('remove-all-following-info', { host: instance.host }) }}</ui-info>
 | 
				
			||||||
				</section>
 | 
									</details>
 | 
				
			||||||
			</div>
 | 
								</div>
 | 
				
			||||||
		</section>
 | 
							</section>
 | 
				
			||||||
	</ui-card>
 | 
						</ui-card>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue