mirror of
https://git.rwth-aachen.de/acs/public/villas/web/
synced 2025-03-09 00:00:01 +01:00
Update sections with css layout
This commit is contained in:
parent
7eed1cdc54
commit
8e08dcf4e7
5 changed files with 5 additions and 5 deletions
|
@ -136,7 +136,7 @@ class Visualizations extends Component {
|
|||
}
|
||||
|
||||
return (
|
||||
<div>
|
||||
<div className='section'>
|
||||
<h1>{this.state.project.name}</h1>
|
||||
|
||||
<Table data={visualizations}>
|
||||
|
|
|
@ -90,7 +90,7 @@ class Projects extends Component {
|
|||
|
||||
render() {
|
||||
return (
|
||||
<div>
|
||||
<div className='section'>
|
||||
<h1>Projects</h1>
|
||||
|
||||
<Table data={this.state.projects}>
|
||||
|
|
|
@ -119,7 +119,7 @@ class Simulation extends Component {
|
|||
|
||||
render() {
|
||||
return (
|
||||
<div>
|
||||
<div className='section'>
|
||||
<h1>{this.state.simulation.name}</h1>
|
||||
|
||||
<Table data={this.state.simulation.models}>
|
||||
|
|
|
@ -100,7 +100,7 @@ class Simulations extends Component {
|
|||
|
||||
render() {
|
||||
return (
|
||||
<div>
|
||||
<div className='section'>
|
||||
<h1>Simulations</h1>
|
||||
|
||||
<Table data={this.state.simulations}>
|
||||
|
|
|
@ -84,7 +84,7 @@ class Simulators extends Component {
|
|||
|
||||
render() {
|
||||
return (
|
||||
<div>
|
||||
<div className='section'>
|
||||
<h1>Simulators</h1>
|
||||
|
||||
<Table data={this.state.simulators}>
|
||||
|
|
Loading…
Add table
Reference in a new issue