samples/consul-ui/common/header.html.erb in consul-templaterb-1.8.1 vs samples/consul-ui/common/header.html.erb in consul-templaterb-1.8.2

- old
+ new

@@ -1,11 +1,11 @@ <% # This template can be configure the following way with environment variables # CONSUL_TOOLS_SUFFIX: suffix for the address of consul tools # CONSUL_TOOLS_PREFIX: prefix for the address of consul tools # CONSUL_TOOLS: comma sperated list of consul tools - tools = (ENV['CONSUL_TOOLS'] || 'services,nodes,keys').split(",") + tools = (ENV['CONSUL_TOOLS'] || 'services,nodes,keys,timeline').split(",") tools_suffix = ENV['CONSUL_TOOLS_PREFIX'] || '-ui.html' tools_prefix = ENV['CONSUL_TOOLS_SUFFIX'] || 'consul-' dc_suffix = ENV['CONSUL_DC_SUFFIX'] || '' dc_prefix = ENV['CONSUL_DC_PREFIX'] || '#' @@ -34,9 +34,12 @@ <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.11/css/all.css" integrity="sha384-p2jx59pefphTFIpeqCcISO9MdVfIm4pNnsL08A6v5vaQc4owkQqxMV8kg4Yvhaw/" crossorigin="anonymous"> <link rel="stylesheet" href="css/style.css"> <link rel="stylesheet" href="vendors/highlight/atom-one-dark.css"> <style id="css-states"> + .service-tags { display: none; } + </style> + <style id="serviceCol"> .service-tags { display: none; } </style> </head> <body> <nav class="navbar navbar-expand-md navbar-dark bg-secondary">