Adjust to review comments

Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
This commit is contained in:
Oliver Sand
2021-11-02 09:58:11 +01:00
parent fe5738fe1c
commit 7e5bd18cf7
11 changed files with 60 additions and 32 deletions
@@ -14,13 +14,13 @@
* limitations under the License.
*/
import { Progress } from '@backstage/core-components';
import {
Button,
createStyles,
Drawer,
Grid,
IconButton,
LinearProgress,
makeStyles,
Theme,
Typography,
@@ -84,7 +84,7 @@ export const TechDocsBuildLogsDrawerContent = ({
</IconButton>
</Grid>
<Suspense fallback={<LinearProgress />}>
<Suspense fallback={<Progress />}>
<LazyLog
text={
buildLog.length === 0 ? 'Waiting for logs...' : buildLog.join('\n')