Add CE backport
This commit is contained in:
		
							parent
							
								
									d98bae878f
								
							
						
					
					
						commit
						df80cff1de
					
				| 
						 | 
					@ -26,6 +26,11 @@ export default {
 | 
				
			||||||
      required: false,
 | 
					      required: false,
 | 
				
			||||||
      default: '',
 | 
					      default: '',
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
 | 
					    cssClasses: {
 | 
				
			||||||
 | 
					      type: String,
 | 
				
			||||||
 | 
					      required: false,
 | 
				
			||||||
 | 
					      default: '',
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
    modalId: {
 | 
					    modalId: {
 | 
				
			||||||
      type: String,
 | 
					      type: String,
 | 
				
			||||||
      required: false,
 | 
					      required: false,
 | 
				
			||||||
| 
						 | 
					@ -110,6 +115,7 @@ export default {
 | 
				
			||||||
<template>
 | 
					<template>
 | 
				
			||||||
  <gl-button
 | 
					  <gl-button
 | 
				
			||||||
    v-gl-tooltip="{ placement: tooltipPlacement, container: tooltipContainer }"
 | 
					    v-gl-tooltip="{ placement: tooltipPlacement, container: tooltipContainer }"
 | 
				
			||||||
 | 
					    :class="cssClasses"
 | 
				
			||||||
    :data-clipboard-target="target"
 | 
					    :data-clipboard-target="target"
 | 
				
			||||||
    :data-clipboard-text="text"
 | 
					    :data-clipboard-text="text"
 | 
				
			||||||
    :title="title"
 | 
					    :title="title"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue