File tree Expand file tree Collapse file tree 1 file changed +2
-15
lines changed 
cachecloud-open-web/src/main/webapp/WEB-INF/jsp/manage/appOps Expand file tree Collapse file tree 1 file changed +2
-15
lines changed Original file line number Diff line number Diff line change 396396                                     <button  type =" button"   class =" btn btn-small btn-success"   onclick =" startInstance('${ appDesc. appId }  ','${ instance. id }  ')"  >
397397                                        	  ; 启动实例  ; 
398398                                     </button >
399-                                      <br /><br />
400-                                       <button  type =" button"   class =" btn btn-small btn-danger"   data-target =" #redisClusterDelNodeModal${ instance. id } "   data-toggle =" modal"  >
401-                                              ; 删除实例  ; 
402-                                        </button >
403399                                   </c:when >
404400                                    <c:when  test =" ${ instance. status == 0  } "  >
405401                                        <button  type =" button"   class =" btn btn-small btn-success"   onclick =" startInstance('${ appDesc. appId }  ','${ instance. id }  ')"  >
406402                                            	  ; 启动实例  ; 
407403                                        </button >
408404                                        <br /><br />
409405                                        <button  type =" button"   class =" btn btn-small btn-danger"   onclick =" shutdownInstance('${ appDesc. appId }  ','${ instance. id }  ')"  >
410-                                             	  ; 暂停实例   ; 
406+                                             	  ; 下线实例   ; 
411407                                        </button >
412-                                         <br /><br />
413-                                        <button  type =" button"   class =" btn btn-small btn-danger"   data-target =" #redisClusterDelNodeModal${ instance. id } "   data-toggle =" modal"  >
414-                                              ; 删除实例  ; 
415-                                        </button >
416408                                        <c:choose >
417409		                                   <c:when  test =" ${ instance. masterInstanceId ==  0  &&  appDesc. type ==  2  &&  lossSlotsSegmentMap[instanceStatsMapKey] !=  null  &&  lossSlotsSegmentMap[instanceStatsMapKey] !=  ' '  } "  >
418410		                                      <button  type =" button"   class =" btn btn-small btn-primary"   data-target =" #redisAddFailSlotsMasterModal${ instance. id } "   data-toggle =" modal"  >修复slot丢失数据</button >
421413                                    </c:when >
422414                                   <c:when  test =" ${ instance. status ==  1  } "  >
423415                                   	  <button  type =" button"   class =" btn btn-small btn-danger"   onclick =" shutdownInstance('${ appDesc. appId }  ', '${ instance. id }  ')"  >
424- 	                                          ; 暂停实例   ; 
416+ 	                                          ; 下线实例   ; 
425417	                                   </button >
426418
427- 	                                   <br /><br />
428-                                        <button  type =" button"   class =" btn btn-small btn-danger"   data-target =" #redisClusterDelNodeModal${ instance. id } "   data-toggle =" modal"  >
429-                                              ; 删除实例  ; 
430-                                        </button >
431- 	                                   
432419                                       <c:if  test =" ${ instance. masterInstanceId ==  0  and instance. type !=  5  } "  >
433420                                       	  <br /><br />
434421                                           <button  type =" button"   class =" btn btn-small btn-primary"   data-target =" #redisClusterAddSlaveModal${ instance. id } "   data-toggle =" modal"  >添加Slave</button >
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments