From c8ce606cd6eb6d4d353ff3c47351a64bb5210c6d Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 15 Feb 2022 22:57:20 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 5 ++--- ayanova/src/views/ops-backup.vue | 9 +++++++++ 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index ea5a694b..f8723695 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -28,7 +28,7 @@ beta versioning for actual release, beta rc1? - BETA tester docs on what and how suggested to test? Joyce will make survey for this - +do a linux install fresh again here locally to confirm each step is still legit @@ -401,10 +401,9 @@ console.log(parseFloat(localeParseFloat("1,100.9", "nl"))); // Dutch locale: rev todo: 1 why is pg not setting path when install server so utils in path? + it just doesn't, maybe we should put a sample one in windows installs? -todo: 1 does user need terminal slash in windows for pgdump path or does server fill it in if missing? - answer: NO it does not todo: 1 docs for iis pg install showing linux setting for pgdump path should have windows example todo: 1 backup that fails writes a zero byte file but does trigger a general backup failed notification diff --git a/ayanova/src/views/ops-backup.vue b/ayanova/src/views/ops-backup.vue index 66e67fe2..bbef4d23 100644 --- a/ayanova/src/views/ops-backup.vue +++ b/ayanova/src/views/ops-backup.vue @@ -73,6 +73,7 @@ :sort-desc="[true]" :header-props="{ sortByText: $ay.t('Sort') }" data-cy="backupTable" + :item-class="itemRowClasses" :no-data-text="$ay.t('NoData')" >