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!
Stanislaw Adaszewski пре 4 година
родитељ
комит
17cf0550f4
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      frontend/src/js/component/wb-container-fields.js

+ 1
- 1
frontend/src/js/component/wb-container-fields.js Прегледај датотеку

@@ -34,7 +34,7 @@ class WBContainerFields extends Component {
[ 'Finished At', wbFormatDate(item.started_at) ],
[ 'Log', item.log ? (
<WBNameAndUuid app={ app } uuid={ item.log } />
) : ( <i>{ String(item.uuid) }</i> ) ],
) : ( <i>{ String(item.log) }</i> ) ],
[ 'Environment', (
<WBAccordion names={ ['Environment'] }
cardHeaderClass="card-header-sm">


Loading…
Откажи
Сачувај