Queue component in Service Console issues

Trying to use Queue components to act as the case tab in the Service Console and running into a few issues.

  1. When I click on the Case number on a case model, it does a great job loading the main tab with the case in question.
    When I click on the Case number in the CaseMilestone model, it does not load the main tab.

  2. The icons seem to disappear from the tab. This issue is across all Skuid components in the console tab.

Here’s the visualforce page:

<page standardcontroller="Case" recordsetvar="a"></page>

 showHeader="false" sidebar="false" showChat="false"
 title="{!$ObjectType.Case.labelPlural}" readonly="false" docType="html-5.0"\> <page actiontype="Tab" objecttype="Case"></page>

Any ideas on how to fix these?