IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an email to s dot adaszewski at gmail dot com. User accounts are meant only to report issues and/or generate pull requests. This is a purpose-specific Git hosting for ADARED projects. Thank you for your understanding!
Procházet zdrojové kódy

Small fix

pull/1/head
Stanislaw Adaszewski před 4 roky
rodič
revize
e7dc4b1c03
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      frontend/src/js/component/wb-container-fields.js

+ 2
- 2
frontend/src/js/component/wb-container-fields.js Zobrazit soubor

@@ -32,8 +32,8 @@ class WBContainerFields extends Component {
[ 'State', item.state ], [ 'State', item.state ],
[ 'Started At', wbFormatDate(item.started_at) ], [ 'Started At', wbFormatDate(item.started_at) ],
[ 'Finished At', wbFormatDate(item.started_at) ], [ 'Finished At', wbFormatDate(item.started_at) ],
[ 'Log', item.uuid ? (
<WBNameAndUuid app={ app } uuid={ item.uuid } />
[ 'Log', item.log ? (
<WBNameAndUuid app={ app } uuid={ item.log } />
) : ( <i>{ String(item.uuid) }</i> ) ], ) : ( <i>{ String(item.uuid) }</i> ) ],
[ 'Environment', ( [ 'Environment', (
<WBAccordion names={ ['Environment'] } <WBAccordion names={ ['Environment'] }


Načítá se…
Zrušit
Uložit