Compare commits

...

4 Commits
main ... dev

Author SHA1 Message Date
Vladimir Kutkovoy a60d25dd00 Merge branch 'dev' of https://git.vladimirkutkovoy.ru/vladimirkutkovoy/SKB-online-sites into dev 1 year ago
Vladimir Kutkovoy eae655f583 Update App.js 1 year ago
vladimirkutkovoy 71e992dcf7 Изменил(а) на '.drone.yml' 1 year ago
Vladimir Kutkovoy 13ccfd3b4e Update App.js 1 year ago
  1. 5
      .drone.yml
  2. 2
      src/App.js

@ -6,4 +6,7 @@ steps:
image: node image: node
commands: commands:
- npm install - npm install
- npm run build - npm run build
when:
branch:
- dev

@ -87,7 +87,7 @@ const App = () => {
<Th>ФИО</Th> <Th>ФИО</Th>
<Th>Лаборатория</Th> <Th>Лаборатория</Th>
<Th>Время входа</Th> <Th>Время входа</Th>
<Th>Офис</Th> <Th>ОФис</Th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>

Loading…
Cancel
Save