Add cycling deployments and updating config
Add kube config with refactor to kube accessor Add tests for k8s accessor, some styling changes
This commit is contained in:
parent
d387ba171f
commit
eea5fe3391
23 changed files with 830 additions and 560 deletions
|
@ -3,15 +3,15 @@
|
|||
}
|
||||
|
||||
.config-setup_option {
|
||||
font-size: x-large;
|
||||
font-size: 22px;
|
||||
height: 250px;
|
||||
display: flex;
|
||||
flex: 1;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 15px;
|
||||
margin: 15px;
|
||||
justify-content: space-evenly;
|
||||
}
|
||||
|
||||
.config-setup_option i {
|
||||
|
@ -20,6 +20,7 @@
|
|||
|
||||
.config-setup_option div {
|
||||
text-align: center;
|
||||
min-height: 100px;
|
||||
}
|
||||
|
||||
.config-setup_option:hover {
|
||||
|
|
Reference in a new issue