diff --git a/app/static/index.html b/app/static/index.html index 13577cb..6fc11ac 100644 --- a/app/static/index.html +++ b/app/static/index.html @@ -88,6 +88,71 @@ min-height: 100vh; } + /* Export Button */ + .export-button { + position: fixed; + top: 1rem; + right: 1rem; + background: #28a745; + color: white; + border: none; + padding: 0.75rem 1rem; + border-radius: 4px; + cursor: pointer; + font-size: 0.9rem; + font-weight: 500; + z-index: 100; + box-shadow: 0 2px 4px rgba(0,0,0,0.1); + transition: background 0.3s ease; + } + + .export-button:hover { + background: #218838; + } + + /* Export Modal Styles */ + .form-group { + margin-bottom: 1rem; + } + + .form-group label { + display: block; + margin-bottom: 0.5rem; + font-weight: 500; + color: #333; + } + + .form-group select, + .form-group input { + width: 100%; + padding: 0.5rem; + border: 1px solid #ddd; + border-radius: 4px; + font-size: 0.9rem; + } + + .checkbox-group { + display: flex; + flex-direction: column; + gap: 0.5rem; + margin-bottom: 1.5rem; + } + + .checkbox-group label { + display: flex; + align-items: center; + gap: 0.5rem; + font-weight: normal; + margin-bottom: 0; + } + + .modal-actions { + display: flex; + gap: 1rem; + justify-content: flex-end; + margin-top: 1.5rem; + } + .header { background: linear-gradient(135deg, #cc0000, #8b0000); color: white; @@ -737,6 +802,9 @@

Resource governance tool for OpenShift clusters

+ + +
@@ -759,34 +827,8 @@
-
-

Controls

-
- - - -
-
-
-

Export Reports

-
- - - - - -
-