Project

General

Profile

« Previous | Next » 

Revision 54547

Changed UI to be large as the window

View differences:

inspect.html
1
<div class="container">
1

  
2 2
    <div class="row">
3 3
        <div class="col-md-6">
4 4
            <h2>Inspect ObjectStore </h2>
......
176 176
                        <div class="col-lg-3 text-right"><b>Downloaded URL:</b></div>
177 177
                        <div class="col-lg-8 text-left"><a href="{{item.downloadedURL}}">{{item.downloadedURL}}</a>
178 178
                        </div>
179
                        <div class="col-lg-3 text-right"><b>Download:</b></div>
180
                        <div class="col-lg-8 text-left"><a href="{{item.uri}}">Download from ObjectStore</a></div>
179
                        <div class="col-lg-3 text-right"><b>Object Store URL:</b></div>
180
                        <div class="col-lg-8 text-left">{{item.uri}}</div>
181 181
                    </div>
182 182

  
183 183

  
......
187 187
    </div>
188 188

  
189 189

  
190
</div>
191 190

  
192 191

  
193
</div>
194 192

  
195 193

  
196

  
197

  

Also available in: Unified diff