From 05831749bf1cfee7e39e92923924a25be33ec1d3 Mon Sep 17 00:00:00 2001 From: Celina Lopez Date: Thu, 3 Oct 2024 16:32:57 -0700 Subject: [PATCH] fix styling on addons --- app/views/add_ons/new.html.erb | 6 +++--- db/schema.rb | 15 --------------- 2 files changed, 3 insertions(+), 18 deletions(-) diff --git a/app/views/add_ons/new.html.erb b/app/views/add_ons/new.html.erb index a3dae9b6..65bed5e9 100644 --- a/app/views/add_ons/new.html.erb +++ b/app/views/add_ons/new.html.erb @@ -30,9 +30,9 @@
More charts coming soon.
-
+
<% YAML.load_file(Rails.root.join('resources', 'helm', 'charts.yml'))['helm']['charts'].each do |chart| %> -
@@ -40,7 +40,7 @@
<%= chart['name'] %>
diff --git a/db/schema.rb b/db/schema.rb index 970466f0..d71b4410 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -85,21 +85,6 @@ ActiveRecord::Schema[7.2].define(version: 2024_10_03_191037) do t.index ["user_id"], name: "index_clusters_on_user_id" end - create_table "connected_providers", force: :cascade do |t| - t.string "owner_type" - t.bigint "owner_id" - t.string "access_token" - t.string "access_token_secret" - t.text "auth" - t.string "provider" - t.string "refresh_token" - t.string "uid" - t.datetime "expires_at" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - t.index ["owner_type", "owner_id"], name: "index_connected_providers_on_owner" - end - create_table "cron_schedules", force: :cascade do |t| t.bigint "service_id", null: false t.string "schedule", null: false