Skip to content
GitLab
Explorer
Connexion
Navigation principale
Rechercher ou aller à…
Projet
Amadeus
Gestion
Activité
Membres
Labels
Programmation
Tickets
Tableaux des tickets
Jalons
Wiki
Wiki externe
Code
Requêtes de fusion
Dépôt
Branches
Validations
Étiquettes
Graphe du dépôt
Comparer les révisions
Compilation
Pipelines
Jobs
Planifications de pipeline
Artéfacts
Déploiement
Releases
Registre de paquets
Registre de conteneur
Registre de modèles
Opération
Environnements
Modules Terraform
Surveillance
Incidents
Analyse
Données d'analyse des chaînes de valeur
Analyse des contributeurs
Données d'analyse CI/CD
Données d'analyse du dépôt
Expériences du modèle
Aide
Aide
Support
Documentation de GitLab
Comparer les forfaits GitLab
Forum de la communauté
Contribuer à GitLab
Donner votre avis
Raccourcis clavier
?
Extraits de code
Groupes
Projets
Afficher davantage de fils d'Ariane
bakaclub
Amadeus
Validations
ca1e19fe
Vérifiée
Valider
ca1e19fe
rédigé
4 years ago
par
Kubat
Parcourir les fichiers
Options
Téléchargements
Correctifs
Plain Diff
INSTANCE: Place more things into the style.css and add the progress bar
parent
c4e8e32c
Aucune branche associée trouvée
Branches contenant la validation
Aucune étiquette associée trouvée
2 requêtes de fusion
!3
Dev kubat
,
!2
Base interface and system
Modifications
3
Masquer les modifications d'espaces
En ligne
Côte à côte
Affichage de
3 fichiers modifiés
instance/index.html
+6
-4
6 ajouts, 4 suppressions
instance/index.html
instance/main.js
+1
-2
1 ajout, 2 suppressions
instance/main.js
style/css/instance.css
+26
-30
26 ajouts, 30 suppressions
style/css/instance.css
avec
33 ajouts
et
36 suppressions
instance/index.html
+
6
−
4
Voir le fichier @
ca1e19fe
...
...
@@ -17,12 +17,10 @@
</head>
<body>
<div
id=
"mainFrame"
class=
"container-fluid"
>
<div
id=
"buttonPanelListLeft"
class=
"d-flex flex-row bd-highlight mb-3 row card"
style=
"padding:0px!important;margin-bottom:0px!important;margin-top:0px"
>
<div
id=
"buttonPanelListLeft"
class=
"d-flex flex-row bd-highlight mb-3 row card"
>
<!-- Will be generated on loading page --!>
</div>
<div id="panelWrapper" class="row"
style="padding-top:0px;padding-bottom:0px;padding-right:0px;padding-left:0px;">
<div id="panelWrapper" class="row">
<div id="panelLeft" class="col panel d-flex flex-column bd-highlight mb-3">
<!-- Will be generated on loading page --!>
</div>
...
...
@@ -30,6 +28,10 @@
<!-- Will be generated on loading page --!>
</div>
</div>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 75%"></div>
<!-- Change the style 'width' to set the progress statue --!>
</div>
</div>
</body>
</html>
Ce diff est replié.
Cliquez pour l'agrandir.
instance/main.js
+
1
−
2
Voir le fichier @
ca1e19fe
...
...
@@ -56,8 +56,7 @@ ipcRenderer.on("reload-db-responce", (event, arg) => {
logger
.
debug
(
`Web page got reload-db`
);
arg
.
forEach
(
kara
=>
{
karaList
+=
`<div class="card p-2 bd-highlight shadow-none d-flex flex-row bd-highlight mb-3 border border-secondary"
style="border:0px;margin:0px!important;">
`<div class="card p-2 bd-highlight shadow-none d-flex flex-row bd-highlight mb-3 border border-secondary karaCard">
<div class="p-2 bd-highlight">
${
kara
.
id
}
</div>
<div class="p-2 bd-highlight">
${
kara
.
cat
}
</div>
<div class="p-2 bd-highlight">
${
kara
.
type
}
</div>
...
...
Ce diff est replié.
Cliquez pour l'agrandir.
style/css/instance.css
+
26
−
30
Voir le fichier @
ca1e19fe
body
{
overflow
:
hidden
;
body
{
overflow
:
hidden
;
height
:
100vh
;
}
#mainFrame
{
height
:
100%
;
display
:
flex
;
flex-direction
:
column
;
padding
-bottom
:
1
0px
;
height
:
100%
;
display
:
flex
;
flex-direction
:
column
;
padding
:
0px
;
}
#headerBar
{
flex-basis
:
auto
;
height
:
150px
;
#buttonPanelListLeft
{
padding
:
0px
!important
;
padding-left
:
15px
!important
;
padding-right
:
15px
!important
;
margin-bottom
:
0px
!important
;
margin-top
:
0px
!important
;
}
#headerCard
{
#headerCard
{
width
:
100%
;
}
#headerTitle
{
-webkit-user-select
:
none
;
-webkit-user-select
:
none
;
-webkit-app-region
:
drag
;
}
#panelWrapper
{
width
:
100%
;
margin-left
:
0px
;
margin-right
:
0px
;
flex-grow
:
1
;
overflow
:
hidden
;
padding-top
:
20px
;
padding-bottom
:
20px
;
#panelWrapper
{
width
:
100%
;
margin-left
:
0px
;
margin-right
:
0px
;
flex-grow
:
1
;
overflow
:
hidden
;
padding
:
0px
!important
;
}
.karaCard
{
border
:
0px
;
margin
:
0px
!important
;
}
.panel
{
.panel
{
height
:
100%
;
overflow-y
:
scroll
;
}
...
...
Ce diff est replié.
Cliquez pour l'agrandir.
Aperçu
0%
Chargement en cours
Veuillez réessayer
ou
joindre un nouveau fichier
.
Annuler
You are about to add
0
people
to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Enregistrer le commentaire
Annuler
Veuillez vous
inscrire
ou vous
se connecter
pour commenter