1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/web/ synced 2025-03-16 00:00:03 +01:00

Update sections with css layout

This commit is contained in:
Ricardo Hernandez-Montoya 2017-04-18 14:04:47 +02:00
parent 7eed1cdc54
commit 8e08dcf4e7
5 changed files with 5 additions and 5 deletions

View file

@ -136,7 +136,7 @@ class Visualizations extends Component {
}
return (
<div>
<div className='section'>
<h1>{this.state.project.name}</h1>
<Table data={visualizations}>

View file

@ -90,7 +90,7 @@ class Projects extends Component {
render() {
return (
<div>
<div className='section'>
<h1>Projects</h1>
<Table data={this.state.projects}>

View file

@ -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}>

View file

@ -100,7 +100,7 @@ class Simulations extends Component {
render() {
return (
<div>
<div className='section'>
<h1>Simulations</h1>
<Table data={this.state.simulations}>

View file

@ -84,7 +84,7 @@ class Simulators extends Component {
render() {
return (
<div>
<div className='section'>
<h1>Simulators</h1>
<Table data={this.state.simulators}>