Replace text with Loading throbber

This commit is contained in:
Helder Sepulveda
2017-12-12 07:41:33 -05:00
committed by GitHub
parent 91ed3baae7
commit b2a435afdc

View File

@@ -62,7 +62,7 @@ export default class BaseLayout extends React.Component {
if(isSpecEmpty) { if(isSpecEmpty) {
if(isLoading) { if(isLoading) {
return <h4>Loading...</h4> return <div class="loading-container"><div class="loading"></div></div>
} else { } else {
return <h4>No spec provided.</h4> return <h4>No spec provided.</h4>
} }