Skip to content

Commit

Permalink
Merge pull request #88 from D10S0VSkY-OSS/feature/ui-pagination
Browse files Browse the repository at this point in the history
feat: add all option for pagination
  • Loading branch information
D10S0VSkY-OSS authored Jul 28, 2022
2 parents 3a0ea56 + 29c1a59 commit 28b4a4e
Show file tree
Hide file tree
Showing 12 changed files with 27,818 additions and 18 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sld-dashboard-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
- name: Build the Docker image with tags
working-directory: ./sld-dashboard
run: docker build . --file Dockerfile --tag ${{ secrets.DOCKER_USERNAME }}/sld-dashboard:2.7.0
run: docker build . --file Dockerfile --tag ${{ secrets.DOCKER_USERNAME }}/sld-dashboard:2.8.0

- name: Docker Push with tags
#if: github.event.pull_request.merged == true
run: docker push ${{ secrets.DOCKER_USERNAME }}/sld-dashboard:2.7.0
run: docker push ${{ secrets.DOCKER_USERNAME }}/sld-dashboard:2.8.0

- name: Build the Docker image
working-directory: ./sld-dashboard
Expand Down
2 changes: 1 addition & 1 deletion play-with-sld/kubernetes/k8s/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kind: Kustomization
commonLabels:
app: stack-lifecycle-deploy
environment: play
version: 2.8.1
version: 2.9.0

resources:
- mysql-service.yml
Expand Down
14 changes: 14 additions & 0 deletions sld-dashboard/app/base/static/assets/css/pyscript.css

Large diffs are not rendered by default.

Loading

0 comments on commit 28b4a4e

Please sign in to comment.