[Client] いい感じに
This commit is contained in:
		
							parent
							
								
									8560e105b8
								
							
						
					
					
						commit
						7aea902b5e
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
					@ -2,8 +2,8 @@
 | 
				
			||||||
	<p class="title"><i class="fa fa-server"></i>%i18n:desktop.tags.mk-server-home-widget.title%</p>
 | 
						<p class="title"><i class="fa fa-server"></i>%i18n:desktop.tags.mk-server-home-widget.title%</p>
 | 
				
			||||||
	<button onclick={ toggle } title="%i18n:desktop.tags.mk-server-home-widget.toggle%"><i class="fa fa-sort"></i></button>
 | 
						<button onclick={ toggle } title="%i18n:desktop.tags.mk-server-home-widget.toggle%"><i class="fa fa-sort"></i></button>
 | 
				
			||||||
	<p class="initializing" if={ initializing }><i class="fa fa-spinner fa-pulse fa-fw"></i>%i18n:common.loading%<mk-ellipsis/></p>
 | 
						<p class="initializing" if={ initializing }><i class="fa fa-spinner fa-pulse fa-fw"></i>%i18n:common.loading%<mk-ellipsis/></p>
 | 
				
			||||||
	<mk-server-home-widget-stats if={ !initializing && view == 0 }/>
 | 
						<mk-server-home-widget-stats if={ !initializing } show={ view == 0 }/>
 | 
				
			||||||
	<mk-server-home-widget-info if={ !initializing && view == 1 } meta={ meta }/>
 | 
						<mk-server-home-widget-info if={ !initializing } show={ view == 1 } meta={ meta }/>
 | 
				
			||||||
	<style>
 | 
						<style>
 | 
				
			||||||
		:scope
 | 
							:scope
 | 
				
			||||||
			display block
 | 
								display block
 | 
				
			||||||
| 
						 | 
					@ -73,7 +73,6 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<mk-server-home-widget-stats>
 | 
					<mk-server-home-widget-stats>
 | 
				
			||||||
	<svg riot-viewBox="0 0 { viewBoxX } { viewBoxY }" preserveAspectRatio="none">
 | 
						<svg riot-viewBox="0 0 { viewBoxX } { viewBoxY }" preserveAspectRatio="none">
 | 
				
			||||||
		<text dx="1" dy="5">CPU <tspan>{ cpuP }%</tspan></text>
 | 
					 | 
				
			||||||
		<polygon
 | 
							<polygon
 | 
				
			||||||
			riot-points={ cpuPolygonPoints }
 | 
								riot-points={ cpuPolygonPoints }
 | 
				
			||||||
			riot-fill={ cpuColor }
 | 
								riot-fill={ cpuColor }
 | 
				
			||||||
| 
						 | 
					@ -83,9 +82,9 @@
 | 
				
			||||||
			fill="none"
 | 
								fill="none"
 | 
				
			||||||
			stroke-width="1"
 | 
								stroke-width="1"
 | 
				
			||||||
			riot-stroke={ cpuColor }/>
 | 
								riot-stroke={ cpuColor }/>
 | 
				
			||||||
 | 
							<text dx="1" dy="5">CPU <tspan>{ cpuP }%</tspan></text>
 | 
				
			||||||
	</svg>
 | 
						</svg>
 | 
				
			||||||
	<svg riot-viewBox="0 0 { viewBoxX } { viewBoxY }" preserveAspectRatio="none">
 | 
						<svg riot-viewBox="0 0 { viewBoxX } { viewBoxY }" preserveAspectRatio="none">
 | 
				
			||||||
		<text dx="1" dy="5">MEM <tspan>{ memP }%</tspan></text>
 | 
					 | 
				
			||||||
		<polygon
 | 
							<polygon
 | 
				
			||||||
			riot-points={ memPolygonPoints }
 | 
								riot-points={ memPolygonPoints }
 | 
				
			||||||
			riot-fill={ memColor }
 | 
								riot-fill={ memColor }
 | 
				
			||||||
| 
						 | 
					@ -95,6 +94,7 @@
 | 
				
			||||||
			fill="none"
 | 
								fill="none"
 | 
				
			||||||
			stroke-width="1"
 | 
								stroke-width="1"
 | 
				
			||||||
			riot-stroke={ memColor }/>
 | 
								riot-stroke={ memColor }/>
 | 
				
			||||||
 | 
							<text dx="1" dy="5">MEM <tspan>{ memP }%</tspan></text>
 | 
				
			||||||
	</svg>
 | 
						</svg>
 | 
				
			||||||
	<style>
 | 
						<style>
 | 
				
			||||||
		:scope
 | 
							:scope
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue