Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

Commit

Permalink
- Add copyright to footer for exascaler. (#2021)
Browse files Browse the repository at this point in the history
Signed-off-by: johnsonw <wjohnson@whamcloud.com>
  • Loading branch information
johnsonw authored Jun 26, 2020
1 parent 0bea990 commit d267768
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iml-gui/crate/src/page/partial/footer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ pub fn view(conf: &Conf) -> impl View<Msg> {
),
_ => {
if let Some(version) = &conf.exa_version {
format!("DDN EXAScaler v{} ", version)
format!("© 2020 - DDN EXAScaler v{} ", version)
} else {
"DDN EXAScaler ".to_string()
"© 2020 - DDN EXAScaler ".to_string()
}
}
};
Expand Down

0 comments on commit d267768

Please sign in to comment.