UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit d7ff6344 authored by graham.smith's avatar graham.smith
Browse files

Merge branch 'BULL-1709' into 'master'

Bull 1709

See merge request !131
parents 90086413 c8d49179
No related branches found
No related tags found
3 merge requests!135Dev test sign gts,!134Dev test sign gts,!131Bull 1709
......@@ -14,9 +14,7 @@
<div class="mx-md-16 mx-sm-0 table-wrapper">
<table class="available-table-header">
<tr class="white--text header py-4 text-left">
<th class="px-5 py-2">
Feature Type
</th>
<th class="px-5 py-2">Feature Type</th>
<th class="px-5 py-2">
<div>
......@@ -27,9 +25,7 @@
<v-tooltip bottom color="#021827">
<template v-slot:activator="{ on, attrs }">
<div class="more-info-right" v-bind="attrs" v-on="on">
<v-icon color="primary">
mdi-information-outline
</v-icon>
<v-icon color="primary"> mdi-information-outline </v-icon>
</div>
</template>
<div>
......@@ -59,9 +55,7 @@
<v-tooltip bottom color="#021827">
<template v-slot:activator="{ on, attrs }">
<div class="more-info-right" v-bind="attrs" v-on="on">
<v-icon color="primary">
mdi-information-outline
</v-icon>
<v-icon color="primary"> mdi-information-outline </v-icon>
</div>
</template>
<div>
......@@ -85,9 +79,7 @@
<v-tooltip bottom color="#021827">
<template v-slot:activator="{ on, attrs }">
<div class="more-info-right" v-bind="attrs" v-on="on">
<v-icon color="primary">
mdi-information-outline
</v-icon>
<v-icon color="primary"> mdi-information-outline </v-icon>
</div>
</template>
<div>
......@@ -99,9 +91,7 @@
<th class="px-5 py-2" width="300">
Not Supported<br />
<span class="unbold">
(IB rejected or Vendor lock-in)
</span>
<span class="unbold"> (IB rejected or Vendor lock-in) </span>
</th>
</tr>
<tr>
......@@ -272,20 +262,23 @@
<li>
.NET-Core (built in .NET-Core commands)
<ul>
<li>C# with .NET 3/5 Framework</li>
<li>
C# with .NET 3/5 Framework
<span class="red--text">beta</span>
</li>
</ul>
</li>
<li>
C++ - <span class="red--text">beta</span>
(gcc + cmake only - not every situation is fully covered -
please discuss at tech fit)
(Toolset: gcc, g++ v.10, cmake, conan)
</li>
<li>
Ruby (bundler only, other Ruby package managers are not
supported)
</li>
<li>
PHP (Composer only, other PHP package managers are not supported)
PHP (Composer only, other PHP package managers are not
supported)
</li>
<li>
See
......@@ -389,7 +382,7 @@
</template>
<script>
export default {
name: "PartyBusWhatIsAvailable"
name: "PartyBusWhatIsAvailable",
};
</script>
<style lang="scss">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment