</tr>
<tr>
<th><span class="fa fa-fw fa-folder-open-o"></span> <span>Sdk path</span></th>
- <td>{{ sdk.path}}</td>
+ <td>{{ sdk.path }}</td>
+ </tr>
+ <tr>
+ <th><span class="fa fa-fw fa-microchip"></span> <span>Image path</span></th>
+ <td>{{ sdk.image_url }}</td>
</tr>
</tbody>
</table>
@import '../../../@theme/styles/themes';
@import '~@nebular/theme/components/card/card.component.theme';
+
// FIXME SEB: remove this ugly hack and use nb-theme
#hack-i {
color: #a4abb3; // nb-theme(color-fg);
display: flex;
align-items: center;
}
+
.action-groups-header {
flex-basis: 20%;
color: nb-theme(card-header-fg-heading);
font-size: nb-theme(card-header-font-size);
font-weight: nb-theme(card-header-font-weight);
}
+
.nb-actions {
flex-basis: 80%;
}
+
.right {
display: flex;
align-items: center;
order: 1;
flex-direction: row-reverse;
}
+
nb-actions > nb-action {
padding: 0;
}
+
nb-action {
i {
color: nb-theme(color-fg);
font-size: 1.5rem;
margin-right: 1rem;
}
+
span {
font-family: nb-theme(font-secondary);
font-weight: nb-theme(font-weight-bold);
color: nb-theme(color-fg-heading);
text-transform: uppercase;
}
+
button {
margin: 0 auto;
padding: 0;
background: none;
display: flex;
align-items: center;
+
&:focus {
box-shadow: none;
outline: none;
.page-link.page-link-next {
font-size: 1em !important;
}
+
+.nb-theme-default ng2-smart-table .ng2-smart-actions a.ng2-smart-action {
+ background-color: '#4CAF50';
+ font-size: 0.8em !important;
+ text-transform: uppercase;
+ font-weight: bold;
+ color: white;
+ width: 75%;
+ margin: auto;
+ cursor: pointer;
+}
add: false,
edit: false,
delete: false, // TODO, add delete == uninstall
+ position: 'right',
custom: [
- { name: 'install', title: '<i class="nb-plus"></i>' },
+ { name: 'install', title: '<button type="button">Install</button>' },
],
},
delete: {