github.com/turbot/steampipe@v1.7.0-rc.0.0.20240517123944-7cef272d4458/tests/manual_testing/report_dupe_test/report.sp (about)

     1  dashboard "community_filter" {
     2      title = "Steampipe Community [${formatdate("D-MMM-YYYY", timestamp())}] (with filter)"
     3  
     4      input "search" {
     5          title = "community_filter"
     6          width       = 8
     7          type        = "text"
     8          label       = "Search"
     9          placeholder = "Enter search phrase..."
    10      }
    11  }
    12  dashboard "community_filter2" {
    13      title = "Steampipe Community 2"
    14  
    15      input "search2" {
    16          title = "community_filter2"
    17          width       = 8
    18          type        = "text"
    19          label       = "Search"
    20          placeholder = "Enter search phrase..."
    21      }
    22  }
    23  dashboard "community_filter3" {
    24      title = "Steampipe Community 3)"
    25  
    26      input "search" {
    27          title = "community_filter3"
    28          width       = 8
    29          type        = "text"
    30          label       = "Search"
    31          placeholder = "Enter search phrase..."
    32      }
    33  }