-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add list group in API * add consumer to overview page * update AppVeyor Qt version * improve table headers; parse member assignment * consumer group filter model * add: group members view * add: back to groups view Co-authored-by: Dmitry Mukhitov <damukhitov@mts.ru>
- Loading branch information
Showing
29 changed files
with
1,798 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
find . \( -iname "*.h" -o -iname "*.cpp" \) -not -path "./3rdparty/*" -not -path "./cmake-build-debug/*" -not -path "./cmake-build-release/*" -not -path "./cmake-build-debug-clang/*" | xargs clang-format -i | ||
find . \( -iname "*.h" -o -iname "*.cpp" \) -not -path "./3rdparty/*" -not -path "./cmake-build-debug/*" -not -path "./cmake-build-release/*" -not -path "./cmake-build-debug-clang/*" -not -path "./cmake-build-release-clang/*" | xargs clang-format -i |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.