File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed 
groovy/io/seqera/wave/controller Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -281,7 +281,7 @@ class ViewController {
281281        if ( ! data )
282282            return  HttpResponse . notFound([" error_message"  : " Unknown container request id '$token  '"  ])
283283        binding. request_token =  token
284-         binding. request_container_image =  data. containerImage
284+         binding. request_container_image =  data. containerImage  ?:   ' - ' 
285285        binding. request_contaiener_platform =  data. platform ?:  ' -' 
286286        binding. request_fingerprint =  data. fingerprint ?:  ' -' 
287287        binding. request_timestamp =  formatTimestamp(data. timestamp, data. zoneId) ?:  ' -' 
Original file line number Diff line number Diff line change 44    <meta  charset =" utf-8"  >
55    <meta  http-equiv =" X-UA-Compatible"   content =" IE=edge"  >
66    <meta  name =" viewport"   content =" width=device-width, initial-scale=1"  >
7-     <meta  name =" description"   content =" Wave container  request data "  >
8-     <title >Wave container </title >
7+     <meta  name =" description"   content =" Container  request information "  >
8+     <title >Container request information </title >
99    <link  href =" https://fonts.googleapis.com/css?family=SF+Pro+Display:400,500,600&display=swap"   rel =" stylesheet"  >
1010    <link  href =" /assets/style.css"   rel =" stylesheet"  >
1111    <script  src =" /assets/copy.js"  ></script > 
5555
5656<div  class =" container"  >
5757    <div  class =" header-section"  >
58-         <h1  class =" main-title"  >Container</h1 >
58+         <h1  class =" main-title"  >Container Information </h1 >
5959    </div >
6060{{ #if  error_message }} 
6161        <div  class =" error-div"  >
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments