diff options
| author | Gabe <redhatrises@gmail.com> | 2015-05-05 06:33:27 -0600 |
|---|---|---|
| committer | Petr Vobornik <pvoborni@redhat.com> | 2015-05-07 10:38:26 +0200 |
| commit | d1a0474d1851cd54a1fa7bdf4a0dc0ed452a0090 (patch) | |
| tree | abc87d96218c11c22833f70a62f265374ddd7d36 /install/ui/util | |
| parent | 37784625eba7d9f7f3cbd18483708a45ece3061e (diff) | |
| download | freeipa-d1a0474d1851cd54a1fa7bdf4a0dc0ed452a0090.tar.gz freeipa-d1a0474d1851cd54a1fa7bdf4a0dc0ed452a0090.tar.xz freeipa-d1a0474d1851cd54a1fa7bdf4a0dc0ed452a0090.zip | |
Unsaved changes dialog internally inconsistent
https://fedorahosted.org/freeipa/ticket/4926
Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
Diffstat (limited to 'install/ui/util')
| -rwxr-xr-x | install/ui/util/make-ui.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ui/util/make-ui.sh b/install/ui/util/make-ui.sh index d842e955b..088fa8c3c 100755 --- a/install/ui/util/make-ui.sh +++ b/install/ui/util/make-ui.sh @@ -33,4 +33,4 @@ $DIR/build.sh webui # don't stop at error. Some dependency errors are expected. $DIR/compile.sh --release lib --layer freeipa/core --output $IPA_DIR/core.js $DIR/compile.sh --release lib --layer freeipa/app --output $IPA_DIR/app.js -$DIR/clean.sh
\ No newline at end of file +$DIR/clean.sh |
