添加提醒方式页面placeholder少了两个逗号
添加提醒方式页面placeholder少了两个逗号,图方便把placeholder拷出来发现的
This commit is contained in:
		
							parent
							
								
									cdad3ff3a4
								
							
						
					
					
						commit
						c045b58f68
					
				@ -36,7 +36,7 @@
 | 
			
		||||
            </div>
 | 
			
		||||
            <div class="secret field">
 | 
			
		||||
                <label>Body</label>
 | 
			
		||||
                <textarea name="RequestBody" placeholder='{
  "content":"#NEZHA#",
  "ServerName":"#SERVER.NAME#",
  "ServerIP":"#SERVER.IP#",
  "ServerIPV4":"#SERVER.IPV4#",
  "ServerIPV6":"#SERVER.IPV6#",
  "CPU":"#SERVER.CPU#",
  "MEM":"#SERVER.MEM#",
  "SWAP":"#SERVER.SWAP#",
  "DISK":"#SERVER.DISK#",
  "NetInSpeed":"#SERVER.NETINSPEED#",
  "NetOutSpeed":"#SERVER.NETOUTSPEED#",
  "TransferIn":"#SERVER.TRANSFERIN#",
  "TranferOut":"#SERVER.TRANSFEROUT#",
  "Load1":"#SERVER.LOAD1#",
  "Load5":"#SERVER.LOAD5#",
  "Load15":"#SERVER.LOAD15#"
  "TCP_CONN_COUNT":"#SERVER.TCPCONNCOUNT"
  "UDP_CONN_COUNT":"#SERVER.UDPCONNCOUNT"
}'></textarea>
 | 
			
		||||
                <textarea name="RequestBody" placeholder='{
  "content":"#NEZHA#",
  "ServerName":"#SERVER.NAME#",
  "ServerIP":"#SERVER.IP#",
  "ServerIPV4":"#SERVER.IPV4#",
  "ServerIPV6":"#SERVER.IPV6#",
  "CPU":"#SERVER.CPU#",
  "MEM":"#SERVER.MEM#",
  "SWAP":"#SERVER.SWAP#",
  "DISK":"#SERVER.DISK#",
  "NetInSpeed":"#SERVER.NETINSPEED#",
  "NetOutSpeed":"#SERVER.NETOUTSPEED#",
  "TransferIn":"#SERVER.TRANSFERIN#",
  "TranferOut":"#SERVER.TRANSFEROUT#",
  "Load1":"#SERVER.LOAD1#",
  "Load5":"#SERVER.LOAD5#",
  "Load15":"#SERVER.LOAD15#",
  "TCP_CONN_COUNT":"#SERVER.TCPCONNCOUNT",
  "UDP_CONN_COUNT":"#SERVER.UDPCONNCOUNT"
}'></textarea>
 | 
			
		||||
            </div>
 | 
			
		||||
            <div class="field">
 | 
			
		||||
                <div class="ui nf-ssl checkbox">
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user