Skip to content

Commit

Permalink
Update naming.
Browse files Browse the repository at this point in the history
  • Loading branch information
pchote committed Jan 6, 2024
1 parent fdbf276 commit 2e1f2d0
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
dnf -y install 'dnf-command(config-manager)'
dnf -y config-manager --set-enabled crb
dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm https://dl.fedoraproject.org/pub/epel/epel-next-release-latest-9.noarch.rpm
yum -y install git rpm-build rpm-sign rsync make python3-rpm-macros systemd-rpm-macros pyproject-rpm-macros python3-devel python3-toml python3-wheel
yum -y install git rpm-build rpm-sign rsync make python3-rpm-macros pyproject-rpm-macros python3-devel python3-tomli systemd-rpm-macros python3-wheel
- name: Clone Repository
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Windmill Hill observatory dashboard
## The Marsh Observatory dashboard
Web dashboard for the Warwick campus observatory.

A Flask application that hosts dashboards showing the current / historical weather, webcams, and telescope-specific information.
2 changes: 1 addition & 1 deletion dashboard/templates/dashboard.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% extends "layout.html" %}
{% set title = 'Windmill Hill Dashboard' -%}
{% set title = 'TMO Dashboard' -%}
{% set active_page = 'dashboard' -%}
{% block body %}
<div class="container">
Expand Down
2 changes: 1 addition & 1 deletion dashboard/templates/environment.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% extends "layout.html" %}
{% set title = 'Environment' -%}
{% set title = 'TMO Weather DB' -%}
{% set active_page = 'environment' -%}
{% block body %}
<div class="container">
Expand Down
2 changes: 1 addition & 1 deletion dashboard/templates/files.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% extends "layout.html" %}
{% set title = 'TCS Control' -%}
{% set title = 'TMO Files' -%}
{% set active_page = 'files' -%}
{% block body %}
<div class="container">
Expand Down
2 changes: 1 addition & 1 deletion dashboard/templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<script src="{{ url_for('static', filename='bootstrap.bundle.min.js') }}"></script>
<nav class="navbar navbar-expand-md navbar-dark bg-dark-subtle">
<div class="container-fluid">
<h1 class="navbar-brand">Windmill Hill Observatory</h1>
<h1 class="navbar-brand">Marsh Observatory</h1>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbar"><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navbar">
<ul class="navbar-nav me-md-auto nav-underline">
Expand Down
2 changes: 1 addition & 1 deletion dashboard/templates/vnc.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% extends "layout.html" %}
{% set title = 'TCS Control' -%}
{% set title = 'TMO Control' -%}
{% set active_page = 'vnc' -%}
{% block body %}
<div class="container-fluid">
Expand Down
2 changes: 1 addition & 1 deletion rockit-dashboard-warwick.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Name: rockit-dashboard-warwick
Version: %{_version}
Release: 1
Url: https://github.com/rockit-astro/dashboard-warwick
Summary: Web dashboard for the Windmill Hill Observatory.
Summary: Web dashboard for the Marsh Observatory.
License: GPL-3.0
Group: Unspecified
BuildArch: noarch
Expand Down

0 comments on commit 2e1f2d0

Please sign in to comment.