Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue when creating more than 3 rows #58

Open
ghost opened this issue Jul 18, 2018 · 1 comment
Open

Issue when creating more than 3 rows #58

ghost opened this issue Jul 18, 2018 · 1 comment

Comments

@ghost
Copy link

ghost commented Jul 18, 2018

Hello,

i tried to create a new tipboard dashboard with more than 3 rows.

details:
page_title: Test Dashboard DB Modular Cloud
layout:
- row_1_of_4:
- col_1_of_3:
- tile_template: big_value
tile_id: running_ec2s
title: Running EC2
classes:

    - col_1_of_3:
        - tile_template: big_value
          tile_id: stopped_ec2s
          title: Stopped EC2
          classes:

    - col_1_of_3:
        - tile_template: big_value
          tile_id: failed_ec2s
          title: Failed EC2
          classes:

- row_1_of_4:
    - col_1_of_3:
        - tile_template: big_value
          tile_id: running_rds
          title: Running RDS
          classes:

    - col_1_of_3:
        - tile_template: big_value
          tile_id: stopped_rds
          title: Stopped RDS
          classes:

    - col_1_of_3:
        - tile_template: big_value
          tile_id: failed_rds
          title: Failed RDS
          classes:

- row_1_of_4:
    - col_1_of_2:
        - tile_template: big_value
          tile_id: running_ssm_agent
          title: Running SSM Agents
          classes:

    - col_1_of_2:
        - tile_template: big_value
          tile_id: conn_lost_ssm
          title: SSM Agents - Connection Lost
          classes:

- row_1_of_4:
    - col_1_of_2:
        - tile_template: big_value
          tile_id: 2running_ssm_agent
          title: Running SSM Agents
          classes:

    - col_1_of_2:
        - tile_template: big_value
          tile_id: 2conn_lost_ssm
          title: SSM Agents - Connection Lost
          classes:

When i am using 3 rows then everything is fine and the dashboard is being displaying correctly. However when I am using 4 rows as stated above then all I see is a black screen but no tiles are being rendered.

Can you have a closer look at this?

@beanaroo
Copy link

beanaroo commented Nov 3, 2018

Hi @Cweltz

I just started using tipboard today and noticed the same. It appears that the styling is hardcoded and limited to three rows.

.row_3_of_3 { height: 100%; }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant