dev #33
@ -14,13 +14,6 @@
 | 
			
		||||
        </div>
 | 
			
		||||
        <div class="flex-column" style="z-index: 1;">
 | 
			
		||||
          <h1>WebPlay</h1>
 | 
			
		||||
          <p>
 | 
			
		||||
            <b>{{ serverInfo.stats.tracks.toLocaleString("de-DE") }}</b> Tracks
 | 
			
		||||
            and
 | 
			
		||||
            <b>{{ serverInfo.stats.videos.toLocaleString("de-DE") }}</b> Videos |
 | 
			
		||||
            Users:
 | 
			
		||||
            <b>{{ serverInfo.stats.users }}</b>
 | 
			
		||||
          </p>
 | 
			
		||||
        </div>
 | 
			
		||||
      </div>
 | 
			
		||||
      <MessageScreen title="First Run?" subtitle="You still don't have any Music or Video content on your instance" icon="sync" :commands="messageCommands" @commandClicked="messageCommand" :showCommands="$store.getters['user/isAdministrator']" v-if="serverInfo.stats.tracks == 0 && serverInfo.stats.videos == 0" />
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user